/** * @schema AdminExportOrderResponse * type: object * description: The details of the order export. * x-schemaName: AdminExportOrderResponse * required: * - transaction_id * properties: * transaction_id: * type: string * title: transaction_id * description: The ID of the workflow execution's transaction. Use it to check the status of the export by sending a GET request to `/admin/workflows-executions/export-orders/:transaction-id` * */