Type alias ContactInfo

ContactInfo: {
    email?: string;
    name: string;
    phone?: string;
}

Type declaration

  • Optional email?: string

    Email address of the contact

  • name: string

    Name of the contact

  • Optional phone?: string

    Phone number of the contact