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

4 wiersze
51 B
TypeScript

export type PagingInputType = {
page: number
}