Skip to content

Commit

Permalink
readonly
Browse files Browse the repository at this point in the history
  • Loading branch information
stevensJourney committed Dec 2, 2024
1 parent 396b1dd commit 4312d9e
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 @@ -154,5 +154,5 @@ export class DrizzleAppSchema<
this.types = {} as SchemaTableType<Expand<TablesFromSchemaEntries<T>>>;
}

types: SchemaTableType<Expand<TablesFromSchemaEntries<T>>>;
readonly types: SchemaTableType<Expand<TablesFromSchemaEntries<T>>>;
}

0 comments on commit 4312d9e

Please sign in to comment.