Type alias CompanyPingType

CompanyPingType: {
    codeEditorRunEnabled: boolean;
    contactCellPhoneNumber: string;
    contactEmail: string;
    contactTelegram: string;
    imageUrl: string;
    key: string;
    name: string;
}

Type declaration

  • codeEditorRunEnabled: boolean
  • contactCellPhoneNumber: string
  • contactEmail: string
  • contactTelegram: string
  • imageUrl: string
  • key: string
  • name: string