Type alias UpdateEmailPayload

UpdateEmailPayload: {
    new_email: string;
}

Type declaration

  • new_email: string

Generated using TypeDoc