@golemio/energetics
Version:
Golemio Energetics Module
27 lines (26 loc) • 1.02 kB
TypeScript
declare const VpalaceContainerToken: {
VpalaceMeasurementRepository: symbol;
VpalaceMeasurementDataSource: symbol;
VpalacMeasurementTransformation: symbol;
VpalaceMeasuringEquipmentDataSource: symbol;
VpalaceMeasuringEquipmentRepository: symbol;
VpalacMeasuringEquipmentTransformation: symbol;
VpalaceMeterTypeDataSource: symbol;
VpalaceMeterTypeRepository: symbol;
VpalacMeterTypeTransformation: symbol;
VpalaceTypeMeasuringEquipmentDataSource: symbol;
VpalaceTypeMeasuringEquipmentRepository: symbol;
VpalacTypeMeasuringEquipmentTransformation: symbol;
VpalaceUnitsDataSource: symbol;
VpalaceUnitsRepository: symbol;
VpalacUnitsTransformation: symbol;
FetchDateFactory: symbol;
MeasurementDataFetcher: symbol;
MeasuringEquipmentFetcher: symbol;
MeterTypeFetcher: symbol;
TypeMeasuringEquipmentFetcher: symbol;
UnitDataFetcher: symbol;
FetchXDaysDataTask: symbol;
FetchXHoursDataTask: symbol;
};
export { VpalaceContainerToken };