ing
This commit is contained in:
parent
d8fca0ffeb
commit
754df054dc
2
package-lock.json
generated
2
package-lock.json
generated
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@overflow/commons-typescript",
|
||||
"version": "0.0.13",
|
||||
"version": "0.0.15",
|
||||
"lockfileVersion": 1,
|
||||
"requires": true,
|
||||
"dependencies": {
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
"name": "@overflow/commons-typescript",
|
||||
"author": "Loafle <rnd@loafle.com>",
|
||||
"description": "Commons module of overflow",
|
||||
"version": "0.0.16",
|
||||
"version": "0.0.17",
|
||||
"license": "COMMERCIAL",
|
||||
"private": true,
|
||||
"main": "./index.js",
|
||||
|
@ -34,4 +34,4 @@
|
|||
"typedoc": "^0.11.1",
|
||||
"typescript": "^2.8.3"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
import { Sensor } from '../sensor';
|
||||
import { Infra } from '../infra';
|
||||
import { MetaTargetType } from '../meta';
|
||||
import { MetaTargetStatus, MetaTargetType} from '../meta';
|
||||
|
||||
export interface Target {
|
||||
id?: number;
|
||||
|
@ -11,4 +11,5 @@ export interface Target {
|
|||
sensorCount?: number;
|
||||
createDate?: Date;
|
||||
sensors?: Sensor[];
|
||||
metaTargetStatus?: MetaTargetStatus;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue
Block a user