Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

ContactToCreate

import type { ContactToCreate } from "https://googleapis.deno.dev/v1/people:v1.ts";

A wrapper that contains the person data to populate a newly created source.

interface ContactToCreate {
contactPerson?: Person;
}

§Properties

§
contactPerson?: Person
[src]

Required. The person data to populate a newly created source.