index.ts 302 Bytes
Newer Older
Yoon, Daeki's avatar
Yoon, Daeki committed
1
export { default as User, IUser } from "./user.model";
Kim, MinGyu's avatar
Kim, MinGyu committed
2
export { default as Post, PostType } from "./post.model";
Yoon, Daeki's avatar
Yoon, Daeki committed
3
export { default as Role, IRole } from "./role.model";
Lee Soobeom's avatar
Lee Soobeom committed
4
export { default as FileInfo, IFileInfo } from "./fileinfo.model";
5
export { default as Mainimg, MainimgType } from "./mainimg.model";