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

4 wiersze
51 B
TypeScript
Czysty Zwykły widok Historia

2022-09-14 19:16:00 +00:00
export type PagingInputType = {
page: number
}