index.ts 225 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 } from "./role.model";
백승민's avatar
백승민 committed
4
export { default as Mainimg, MainimgType} from "./mainimg.model"