export type GetGranteePermissionsOptions = {
    granteeAccount: string
    limit?: number | null
    offset?: number | null,
}
