Interface: PatreonMockDataPaginationOptions
Defined in: schemas/v2/mock/data.ts:127
Properties
| Property | Type | Description |
|---|---|---|
cursor | { fromOffset: (offset) => string; getOffset: (cursor) => number; } | - |
cursor.fromOffset | (offset) => string | - |
cursor.getOffset | (cursor) => number | - |
defaultCount | number | Default 100 |