interface PhoneNumber {
    $type$: "PhoneNumber";
    number: string;
}

Properties

Properties

$type$: "PhoneNumber"
number: string