PermissionsProps Type — supabase Architecture
Architecture documentation for the PermissionsProps type/interface in Permissions.types.ts from the supabase codebase.
Entity Profile
Source Code
apps/studio/components/interfaces/Account/AccessTokens/Scoped/Form/Permissions/Permissions.types.ts lines 18–25
export interface PermissionsProps<
TFormValues extends PermissionsFormValues = PermissionsFormValues,
> {
setValue: UseFormSetValue<TFormValues>
watch: UseFormWatch<TFormValues>
resourceSearchOpen: boolean
setResourceSearchOpen: (open: boolean) => void
}
Source
Analyze Your Own Codebase
Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.
Try Supermodel Free