Files
supabase/apps/studio/data/database-roles/keys.ts
Joshen Lim 5649330f96 Chore/deprecate roles store (#19718)
* Init RQ for database roles

* Shift all use of roles from pg meta mobx store to RQ

* Deprecate and remove roles pg meta mobx store

* Fix import

* Fix

* Address comments

* remove function child

---------

Co-authored-by: Alaister Young <a@alaisteryoung.com>
2023-12-19 15:02:57 +07:00

4 lines
134 B
TypeScript

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