FarmMapsLib/projects/common-map/src/fm-map/models/layer.value.ts

7 lines
133 B
TypeScript
Raw Normal View History

2021-03-05 16:19:30 +00:00
export interface ILayervalue {
date:string;
layerName:string;
unit:string;
quantity:string;
value:number;
}