interface VCardContact {
    id: string | WAJS.whatsapp.Wid;
    name: string;
}

Properties

Properties

id: string | WAJS.whatsapp.Wid
name: string