Files
medusa-store/www/utils/generated/oas-output/schemas/AdminDraftOrderParams.ts
2025-11-12 09:24:54 +02:00

15 lines
507 B
TypeScript

/**
* @schema AdminDraftOrderParams
* type: object
* description: The parameters for retrieving draft orders.
* x-schemaName: AdminDraftOrderParams
* properties:
* fields:
* type: string
* title: fields
* description: Comma-separated fields that should be included in the returned data. if a field is prefixed with `+` it will be added to the default fields, using `-` will remove it from the default
* fields. without prefix it will replace the entire default fields.
*
*/