Skip to content

Commit

Permalink
Chore: tidy index
Browse files Browse the repository at this point in the history
  • Loading branch information
utkusarioglu committed Feb 7, 2021
1 parent e800c40 commit db281e9
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,6 @@ export type {
CommunityCreatePostReq as CommunityPostReq,
} from './endpoints/community.endpoint';

export type { CommentSqlAutoSave } from './references/comment.reference';
export type { CommentSavePostReq } from './endpoints/comment.endpoint';

export type { VoteSqlAutoSave } from './references/vote.reference';
export type {
CommentVotePostReq,
Expand All @@ -31,10 +28,13 @@ export type {
PostsGetRes,
PostCreatePostReq as PostPostReq,
} from './endpoints/post.endpoint';

export type {
PostSqlAutoSave,
PostStoreAutoSave,
} from './references/post.reference';

export type { CommentsGetRes } from './endpoints/comment.endpoint';
export type {
CommentsGetRes,
CommentSavePostReq,
} from './endpoints/comment.endpoint';
export type { CommentSqlAutoSave } from './references/comment.reference';

0 comments on commit db281e9

Please sign in to comment.