14 lines
237 B
TypeScript
14 lines
237 B
TypeScript
/**
|
|
* @schema AdminInviteResponse
|
|
* type: object
|
|
* description: The invite's details.
|
|
* x-schemaName: AdminInviteResponse
|
|
* required:
|
|
* - invite
|
|
* properties:
|
|
* invite:
|
|
* $ref: "#/components/schemas/AdminInvite"
|
|
*
|
|
*/
|
|
|