Interface VerifyEmail

interface VerifyEmail {
    token: string;
}

Properties

Properties

token: string