FarmMapsLib/projects/common/src/fm/models/data.layer.ts
Willem Dantuma 0b7564e874
All checks were successful
FarmMaps.Develop/FarmMapsLib/pipeline/head This commit looks good
Add data layer
2020-06-29 15:44:23 +02:00

7 lines
136 B
TypeScript

export interface IDataLayer {
name: string,
unit: string,
index: number,
indexKey?: string,
scale: number,
}