export type GetGrantorPermissionsOptions = {
    grantorAccount: string
    limit?: number | null
    offset?: number | null,
}
