Kind: Function
Source: atloria-monorepo/apps/web-e2e/src/utils/data-factories.ts
Signature
tsfunction createMockPaginatedResponse(items: T[], page, limit, total: number)
Parameters
| Name | Type |
|---|---|
items | T[] |
page | any |
limit | any |
total | number |
Kind: Function
Source: atloria-monorepo/apps/web-e2e/src/utils/data-factories.ts
tsfunction createMockPaginatedResponse(items: T[], page, limit, total: number)
| Name | Type |
|---|---|
items | T[] |
page | any |
limit | any |
total | number |
Was this page helpful?