interface IPhones {
    is_whatsapp: boolean;
    phone: string;
    type: string;
}

Properties

is_whatsapp: boolean
phone: string
type: string