Introduce writing styles

This commit is contained in:
2025-06-06 16:04:38 +03:00
parent 4d889fe114
commit 6911cfaaa4
9 changed files with 94 additions and 51 deletions

View File

@@ -12,4 +12,5 @@ export function useDrizzle() {
}
export type User = typeof schema.users.$inferSelect;
export type Preferences = typeof schema.preferences.$inferSelect;
export type Tokens = typeof schema.tokens.$inferSelect;