interface Email {
    $type$: "Email";
    email: string;
}

Properties

Properties

$type$: "Email"
email: string