Interface VCardContact

interface VCardContact {
    id: string | Wid;
    name: string;
}

Properties

Properties

id: string | Wid
name: string