chore: gen api-client
This commit is contained in:
parent
d44abc6454
commit
c4267c31d0
1 changed files with 2 additions and 2 deletions
|
|
@ -64,9 +64,9 @@ export type DeleteUserAccountData = {
|
||||||
|
|
||||||
export type DeleteUserAccountErrors = {
|
export type DeleteUserAccountErrors = {
|
||||||
/**
|
/**
|
||||||
* Forbidden
|
* Account not found
|
||||||
*/
|
*/
|
||||||
403: unknown;
|
404: unknown;
|
||||||
/**
|
/**
|
||||||
* Cannot delete the last account
|
* Cannot delete the last account
|
||||||
*/
|
*/
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue