Files
MulliganMates/lib/supabase/types.ts
T
2026-03-18 12:37:17 +01:00

11 lines
341 B
TypeScript

// 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>
}
}