template-elysia/src/db/model.ts
Sanjib Kumar Sen 7aee25cb33 init with db
2025-01-07 20:52:27 +06:00

7 lines
124 B
TypeScript

import { createUserType } from "../api/user/user.model";
export const db = {
insert: {
user: createUserType,
},
};