Files
medusa-store/www/utils/generated/oas-output/schemas/AdminPriceListListResponse.ts
2024-09-17 19:27:28 +02:00

32 lines
746 B
TypeScript

/**
* @schema AdminPriceListListResponse
* type: object
* description: The paginated list of price lists.
* x-schemaName: AdminPriceListListResponse
* required:
* - limit
* - offset
* - count
* - price_lists
* properties:
* limit:
* type: number
* title: limit
* description: The maximum number of items returned.
* offset:
* type: number
* title: offset
* description: The number of items skipped before retrieving the returned items.
* count:
* type: number
* title: count
* description: The total number of items.
* price_lists:
* type: array
* description: The list of price lists.
* items:
* $ref: "#/components/schemas/AdminPriceList"
*
*/