clean-jsdoc-theme TypeDoc APIv0.0.0

ContactInfo

interface ContactInfo { address?: { city: string; country: string; postalCode: string; state: string; street: string; street2?: string }; email: string; phone?: string; }

Source: User.ts:54

User contact information


Properties

address: { city: string; country: string; postalCode: string; state: string; street: string; street2?: string }

Physical address

Properties

  • city (string) — City name
  • country (string) — Country code (ISO 3166-1 alpha-2)
  • postalCode (string) — Postal/ZIP code
  • state (string) — State or province
  • street (string) — Street address line 1
  • street2 (string, optional) — Street address line 2

email: string

Primary email address

phone: string

Optional phone number