Files
medusa-store/www/utils/generated/oas-output/schemas/AdminNotificationResponse.ts
Shahed Nasser 2c8ae6073e oas: [6/n] improve oas schemas (#9122)
Improve oas schemas [6/n]
2024-09-13 07:23:09 +00:00

14 lines
273 B
TypeScript

/**
* @schema AdminNotificationResponse
* type: object
* description: The notification's details.
* x-schemaName: AdminNotificationResponse
* required:
* - notification
* properties:
* notification:
* $ref: "#/components/schemas/AdminNotification"
*
*/