Files
supabase/apps/studio/data/secrets/keys.ts
2025-04-04 11:44:09 +02:00

5 lines
140 B
TypeScript

export const secretsKeys = {
list: (projectRef: string | undefined) =>
['projects', projectRef, 'edge_functions_secrets'] as const,
}