initial commit
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
import type { agents } from '~~/db/schema';
|
||||
import type { messages } from '~~/db/schema';
|
||||
import type { topics } from '~~/db/schema';
|
||||
|
||||
export type Agent = typeof agents.$inferSelect;
|
||||
export type Message = typeof messages.$inferSelect;
|
||||
export type Topic = typeof topics.$inferSelect;
|
||||
Reference in New Issue
Block a user