We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dfe92f6 commit 03fe916Copy full SHA for 03fe916
app2/src/lib/dashboard/database.types.ts
@@ -7,8 +7,6 @@ export type Json =
7
| Json[]
8
9
export type Database = {
10
- // Allows to automatically instanciate createClient with right options
11
- // instead of createClient<Database, { PostgrestVersion: 'XX' }>(URL, KEY)
12
__InternalSupabase: {
13
PostgrestVersion: "12.2.3 (519615d)"
14
}
0 commit comments