Type alias PermissionV2

PermissionV2: Expand<Omit<PermitV2Interface, "name" | "type" | "sealingPair"> & {
    sealingKey: string;
}>

A type representing the PermissionV2 struct that is passed to PermissionedV2.sol to grant encrypted data access.