Type alias UpdateUserEmail

UpdateUserEmail: {
    email?: string;
}

Type declaration

  • Optional email?: string

Generated using TypeDoc