Interface PhoneInfo

interface PhoneInfo {
    phone: string;
    verified?: boolean;
}

Properties

Properties

phone: string
verified?: boolean