Type alias CompanyContactInfo

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

Type declaration

  • email: string
  • phone: string