index.ts 154 Bytes
Newer Older
Yoon, Daeki's avatar
Yoon, Daeki committed
1
export * as roleDb from "./role.db";
Lee Soobeom's avatar
Lee Soobeom committed
2
export * as postDb from "./post.db";
Yoon, Daeki's avatar
Yoon, Daeki committed
3
export * as userDb from "./user.db";
Kim, MinGyu's avatar
Kim, MinGyu committed
4
export * as mainimgDb from "./mainimg.db";