Skip to content

Commit a0f06cf

Browse files
committed
🔤 typing: fix enum typings
1 parent 3e18b42 commit a0f06cf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎lib/enum.ts‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ export const createEnumImplementer = <
7070

7171
const enumImplementer = <
7272
ExplicitEnumVariableName extends keyof EnumFields<
73-
NonNullable<DB["_"]["relations"]["schema"]>
73+
NonNullable<DB["_"]["fullSchema"]>
7474
>,
7575
EnumColumn extends EnumTypes,
7676
RefName extends string,

0 commit comments

Comments
 (0)