export Auth0OtpGenerateResponse

interface Auth0OtpGenerateResponse {
    _id?: null | string;
    email?: null | string;
    email_verified?: boolean;
}

Properties

_id?: null | string
email?: null | string
email_verified?: boolean