Type alias CompanyContactInfo

CompanyContactInfo: {
    email: string;
    name: string;
    phone: string;
}

Type declaration

  • email: string

    Contact email

  • name: string

    Contact person's name

  • phone: string

    Contact phone number