mirror of
https://github.com/supabase/supabase.git
synced 2026-05-07 09:20:21 -04: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,
|
|
}
|