Type alias UserPermission

UserPermission: Prettify<BasePermission & {
    granteeId: string;
    granteeType: USER;
}>