index.ts 180 Bytes
Newer Older
Yoon, Daeki's avatar
Yoon, Daeki committed
1
export { default as User, IUser } from "./user.model";
Lee Soobeom's avatar
Lee Soobeom committed
2
export { default as Posting, PostingType } from "./posting.model";
Kim, MinGyu's avatar
Kim, MinGyu committed
3
export { default as Post, PostType } from "./post.model";