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

8 lines
106 B
TypeScript
Raw Normal View History

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