DeleteContactPhotoResponse
import type { DeleteContactPhotoResponse } from "https://googleapis.deno.dev/v1/people:v1.ts";The response for deleting a contact's photo.
interface DeleteContactPhotoResponse {
person?: Person;
}import type { DeleteContactPhotoResponse } from "https://googleapis.deno.dev/v1/people:v1.ts";The response for deleting a contact's photo.