Skip to main content
The Deno 2 Release Candidate is here
Learn more
Go to Latest
type alias ApiBase.Contact
import { type ApiBase } from "https://deno.land/x/cdek@v1.0.9/src/types/api.ts";
const { Contact } = ApiBase;
definition: { company?: string; name: string; email?: string; phones?: Phone[]; passport_series?: string; passport_number?: string; passport_date_of_issue?: string; passport_organization?: string; passport_date_of_birth?: string; tin?: string; passport_requirements_satisfied?: boolean; }