mirror of
https://github.com/supabase/supabase.git
synced 2026-06-08 10:33:55 +08:00
5 lines
176 B
TypeScript
5 lines
176 B
TypeScript
export const databasePoliciesKeys = {
|
|
list: (projectRef: string | undefined, schema?: string) =>
|
|
['projects', projectRef, 'database-policies', schema].filter(Boolean),
|
|
}
|