14 lines
248 B
TypeScript
14 lines
248 B
TypeScript
/**
|
|
* @schema AdminReservationResponse
|
|
* type: object
|
|
* description: SUMMARY
|
|
* x-schemaName: AdminReservationResponse
|
|
* required:
|
|
* - reservation
|
|
* properties:
|
|
* reservation:
|
|
* $ref: "#/components/schemas/AdminReservation"
|
|
*
|
|
*/
|
|
|