We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8b7f241 commit c3aea0dCopy full SHA for c3aea0d
test/issue-1354-d.ts
@@ -10,27 +10,27 @@ export type Database = {
10
foo: {
11
Row: {
12
created_at: string | null
13
- bar: Json
+ bar: Custom
14
id: string
15
- baz: Json
+ baz: Custom
16
game_id: string
17
updated_at: string | null
18
user_id: string | null
19
}
20
Insert: {
21
created_at?: string | null
22
23
id?: string
24
25
26
updated_at?: string | null
27
user_id?: string | null
28
29
Update: {
30
31
- bar?: Json
+ bar?: Custom
32
33
- baz?: Json
+ baz?: Custom
34
game_id?: string
35
36
0 commit comments