code-share/server/db/schema/_schema.ts

3 lines
62 B
TypeScript
Raw Normal View History

2024-02-20 06:52:39 +00:00
export { user } from "./user";
export { file } from "./file";