export interface SapInstalledInstrumentListModel { equipmentCardNo: number; instrumentNo: string; instrumentDescription: string; serialNumber: string; customerNo: string; businessPartnerName: string; statusId: string; status: string; technicianFirstName: string; technicianLastName: string; territoryId: number; territory: string; endUserName: string; endUserCode: string; city: string; stateId: string; state: string; county: string; countryId: string; country: string; installationDate: string; sfIdView?: string; }