PrivilegeOperation Type — supabase Architecture
Architecture documentation for the PrivilegeOperation type/interface in Privileges.utils.ts from the supabase codebase.
Entity Profile
Source Code
apps/studio/components/interfaces/Database/Privileges/Privileges.utils.ts lines 27–33
export interface PrivilegeOperation {
object: 'table' | 'column'
type: 'grant' | 'revoke'
id: string | number
grantee: string
privilege_type: string
}
Source
Analyze Your Own Codebase
Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.
Try Supermodel Free