diff options
Diffstat (limited to 'src/services/graphql/fetchers/topics/fetch-topics-count.ts')
| -rw-r--r-- | src/services/graphql/fetchers/topics/fetch-topics-count.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/services/graphql/fetchers/topics/fetch-topics-count.ts b/src/services/graphql/fetchers/topics/fetch-topics-count.ts index 868b01e..0f8bdfc 100644 --- a/src/services/graphql/fetchers/topics/fetch-topics-count.ts +++ b/src/services/graphql/fetchers/topics/fetch-topics-count.ts @@ -5,7 +5,7 @@ import type { } from '../../../../types'; import { fetchGraphQL, getGraphQLUrl } from '../../../../utils/helpers'; -type TopicsCountResponse = { +export type TopicsCountResponse = { topics: Nullable<{ pageInfo: Pick<GraphQLPageInfo, 'total'>; }>; |
