Files
medusa-store/www/utils/generated/oas-output/schemas/StoreDeclineOrderTransfer.ts
2025-10-31 16:15:46 +02:00

16 lines
357 B
TypeScript

/**
* @schema StoreDeclineOrderTransfer
* type: object
* description: The details of declining the order transfer request.
* x-schemaName: StoreDeclineOrderTransfer
* required:
* - token
* properties:
* token:
* type: string
* title: token
* description: The order transfer's token issued when the transfer was requested.
*
*/