interface MyCustomerEmailVerify {
    tokenValue: string;
}

Properties

Properties

tokenValue: string

Value of the token to verify Customer email.

Generated using TypeDoc