Files
medusa-store/www/utils/generated/oas-output/schemas/AdminCustomerListResponse.ts
Shahed Nasser 7b2879d643 chore(docs): Fix docblock-generator OAS tool's max-stack error (#7246)
* regenerate oas to fix duplicate keys

* fix clean:oas script

* fix max-stack errors

* fix max-level condition
2024-05-06 13:41:59 +03:00

32 lines
652 B
TypeScript

/**
* @schema AdminCustomerListResponse
* type: object
* description: SUMMARY
* x-schemaName: AdminCustomerListResponse
* required:
* - customers
* - limit
* - offset
* - count
* properties:
* customers:
* type: array
* description: The customer's customers.
* items:
* $ref: "#/components/schemas/CustomerResponse"
* limit:
* type: number
* title: limit
* description: The customer's limit.
* offset:
* type: number
* title: offset
* description: The customer's offset.
* count:
* type: number
* title: count
* description: The customer's count.
*
*/