mirror of
https://github.com/supabase/supabase.git
synced 2026-09-06 09:59:03 +08:00
5 lines
140 B
TypeScript
5 lines
140 B
TypeScript
export const secretsKeys = {
|
|
list: (projectRef: string | undefined) =>
|
|
['projects', projectRef, 'edge_functions_secrets'] as const,
|
|
}
|