Automated changes by [create-pull-request](https://github.com/peter-evans/create-pull-request) GitHub action Co-authored-by: Shahed Nasser <27354907+shahednasser@users.noreply.github.com>
30 lines
559 B
TypeScript
30 lines
559 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 user's object.
|
|
* default: user
|
|
* deleted:
|
|
* type: boolean
|
|
* title: deleted
|
|
* description: The user's deleted.
|
|
* parent:
|
|
* type: object
|
|
* description: The user's parent.
|
|
*
|
|
*/
|
|
|