Initial commit v1
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
// Auto-generated types will go here after running: supabase gen types typescript
|
||||
// For now, a placeholder that will be replaced once the DB schema is applied.
|
||||
export type Database = {
|
||||
public: {
|
||||
Tables: Record<string, never>
|
||||
Views: Record<string, never>
|
||||
Functions: Record<string, never>
|
||||
Enums: Record<string, never>
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user