ContactDto: Readonly<{ associatedUserId?: string; emails: readonly EmailDto[]; favorite?: boolean; id: string; name: string; phones: readonly PhoneDto[]; }> Type declaration
Optional
associatedUserId?: string
emails: readonly EmailDto[]
Optional
favorite?: boolean
id: string
name: string
phones: readonly PhoneDto[]