mirror of
https://github.com/supabase/supabase.git
synced 2026-09-06 18:11:51 +08:00
* event triggers * rename to event * fixes * fixes * template * use supabase roles instead * useMemo array operations * use blank as default --------- Co-authored-by: Alaister Young <a@alaisteryoung.com>
5 lines
154 B
TypeScript
5 lines
154 B
TypeScript
export const databaseEventTriggerKeys = {
|
|
list: (projectRef: string | undefined) =>
|
|
['projects', projectRef, 'database-event-triggers'] as const,
|
|
}
|