FarmMapsLib/projects/common/src/fm/models/json-line.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

6 lines
76 B
TypeScript

export interface IJsonline {
time: string;
type: string;
data: any;
}