fedisearch/application/src/graphql/common/queries/listFeeds.ts

8 wiersze
211 B
TypeScript

import { FeedQueryInputType } from '../types/FeedQueryInput'
import { PagingInputType } from '../types/PagingInput'
export interface ListFeedsVariables {
paging: PagingInputType
query: FeedQueryInputType
}