index.ts 114 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
3
export { default as Post, PostType } from "./post.model";