From f80e955192682f63d1eb8149ba667dd132456487 Mon Sep 17 00:00:00 2001 From: utkusarioglu Date: Sun, 7 Feb 2021 14:58:17 +0300 Subject: [PATCH] Feat: export CommunitiesGetRes --- src/index.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/src/index.ts b/src/index.ts index a03d660..e756fab 100644 --- a/src/index.ts +++ b/src/index.ts @@ -2,6 +2,7 @@ export type { CommunitySqlAutoSave } from './references/community.reference'; export type { CommunityGetRes, CommunityCreatePostReq as CommunityPostReq, + CommunitiesGetRes, } from './endpoints/community.endpoint'; export type { VoteSqlAutoSave } from './references/vote.reference';