Files
medusa-store/www/utils/generated/oas-output/schemas/AdminUserDeleteResponse.ts
Shahed Nasser 426c39c04b chore(oas): [14/n] improve OAS schemas (#9202)
* chore(oas): [14/n] improve OAS schemas

* fix description of required_quantity
2024-09-19 18:52:46 +02:00

27 lines
535 B
TypeScript

/**
* @schema AdminUserDeleteResponse
* type: object
* description: The details of the deleted user.
* x-schemaName: AdminUserDeleteResponse
* required:
* - id
* - object
* - deleted
* properties:
* id:
* type: string
* title: id
* description: The user's ID.
* object:
* type: string
* title: object
* description: The name of the deleted object.
* default: user
* deleted:
* type: boolean
* title: deleted
* description: Whether the user was deleted.
*
*/