Files
medusa-store/www/utils/generated/oas-output/schemas/AdminUserDeleteResponse.ts
2024-08-30 08:35:10 +02:00

30 lines
582 B
TypeScript

/**
* @schema AdminUserDeleteResponse
* type: object
* description: SUMMARY
* 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.
* parent:
* type: object
* description: The user's parent.
*
*/