Skip to content

Commit b5aab78

Browse files
better
1 parent 9d1f2af commit b5aab78

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/drizzle-driver/src/utils/schema.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -143,7 +143,7 @@ export class DrizzleAppSchema<
143143
constructor(drizzleSchema: T) {
144144
super(toPowerSyncTables(drizzleSchema));
145145
// This is just used for typing
146-
this.types = {} as any;
146+
this.types = {} as Expand<TablesFromSchemaEntries<T>>;
147147
}
148148

149149
types: Expand<TablesFromSchemaEntries<T>>;

0 commit comments

Comments
 (0)