fedisearch/application/src/graphql/common/types/PagingInput.ts

4 wiersze
52 B
TypeScript

export interface PagingInputType {
page: number
}