Type alias OrgPermission

OrgPermission: Prettify<BasePermission & {
    granteeId: string;
    granteeType: ORG;
}>