Required name+email with optional phone/address/special_instructions from ContactInfo
Pick<ContactInfo, "name" | "email"> & Partial<Pick<ContactInfo, "phone"
| "address"
| "special_instructions">>
Required name+email with optional phone/address/special_instructions from ContactInfo
Pick<ContactInfo, "name" | "email"> & Partial<Pick<ContactInfo, "phone"
| "address"
| "special_instructions">>
import { type ContactFields } from "doc.ts";