Aller au contenu

primatch-frontend


primatch-frontend / services/accountService / DeleteAccountPayload

Interface: DeleteAccountPayload

Defined in: src/services/accountService.ts:4

Payload for deleting the authenticated user's account.

Properties

confirm

confirm: boolean

Defined in: src/services/accountService.ts:8

Must be true to accept the irreversibility of the action.


email_confirmation

email_confirmation: string

Defined in: src/services/accountService.ts:6

The user's own email, typed as confirmation.