Skip to main content
The Deno 2 Release Candidate is here
Learn more
Module

x/cdek/src/types/api/base.ts>Contact

📦CDEK api client
Latest
type alias Contact
import { type Contact } from "https://deno.land/x/cdek@v1.0.12/src/types/api/base.ts";
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; }