14 lines
273 B
TypeScript
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"
|
|
*
|
|
*/
|
|
|