Files
supabase/apps/studio/data/database-functions/keys.ts
Joshen Lim 09de17cac3 Chore/deprecate functions store (#19714)
* Shift all usage of database functions from pg meta store to RQ

* Remove functions store from pg meta mobx store

* fix

* Fix

* Fixes

* fix

* Address comments
2023-12-14 15:30:26 +07:00

4 lines
142 B
TypeScript

export const databaseFunctionsKeys = {
list: (projectRef: string | undefined) => ['projects', projectRef, 'database-functions'] as const,
}