Skip to content

Commit

Permalink
better
Browse files Browse the repository at this point in the history
  • Loading branch information
stevensJourney committed Dec 2, 2024
1 parent 9d1f2af commit b5aab78
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/drizzle-driver/src/utils/schema.ts
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,7 @@ export class DrizzleAppSchema<
constructor(drizzleSchema: T) {
super(toPowerSyncTables(drizzleSchema));
// This is just used for typing
this.types = {} as any;
this.types = {} as Expand<TablesFromSchemaEntries<T>>;
}

types: Expand<TablesFromSchemaEntries<T>>;
Expand Down

0 comments on commit b5aab78

Please sign in to comment.