app/@overflow/model/meta/MetaSensorItem.ts

8 lines
106 B
TypeScript
Raw Normal View History

2018-08-26 15:15:10 +00:00
export interface MetaSensorItem {
id?: number;
key?: string;
name?: string;
createDate?: Date;
}