export interface VcardResource { /** The unique identifier of the contact. This identifier is a string that always begins with the prefix `cc_`, for example: `cc_1234567890`. */ id?: string; /** * Presigned download url to download vCard data.
* * This link will expire in one hour. */ downloadUrl?: string; }