4 lines
90 B
TypeScript
4 lines
90 B
TypeScript
import type { schema } from 'hub:db'
|
|
|
|
export type Todo = typeof schema.todos.$inferSelect
|