Files
medusa-store/www/utils/generated/oas-output/schemas/AdminShippingOptionListResponse.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
724 B
TypeScript

/**
* @schema AdminShippingOptionListResponse
* type: object
* description: SUMMARY
* x-schemaName: AdminShippingOptionListResponse
* required:
* - shipping_options
* - limit
* - offset
* - count
* properties:
* shipping_options:
* type: array
* description: The shipping option's shipping options.
* items:
* $ref: "#/components/schemas/AdminShippingOptionResponse"
* limit:
* type: number
* title: limit
* description: The shipping option's limit.
* offset:
* type: number
* title: offset
* description: The shipping option's offset.
* count:
* type: number
* title: count
* description: The shipping option's count.
*
*/