ing
This commit is contained in:
parent
fe40e8bbef
commit
823b754a24
@ -2,7 +2,7 @@
|
||||
"name": "@overflow/commons-typescript",
|
||||
"author": "Loafle <rnd@loafle.com>",
|
||||
"description": "Commons module of overflow",
|
||||
"version": "0.0.11",
|
||||
"version": "0.0.12",
|
||||
"license": "COMMERCIAL",
|
||||
"private": true,
|
||||
"main": "./index.js",
|
||||
@ -34,4 +34,4 @@
|
||||
"typedoc": "^0.11.1",
|
||||
"typescript": "^2.8.3"
|
||||
}
|
||||
}
|
||||
}
|
@ -1,6 +1,7 @@
|
||||
import { MetaNoAuthProbeStatus } from '../meta';
|
||||
import { Domain } from '../domain';
|
||||
import { Probe } from '../probe';
|
||||
import { InfraHost } from '../infra';
|
||||
|
||||
export interface NoAuthProbe {
|
||||
id?: number;
|
||||
@ -13,4 +14,6 @@ export interface NoAuthProbe {
|
||||
connectDate?: Date;
|
||||
connectAddress?: string;
|
||||
createDate?: Date;
|
||||
|
||||
infraHost?: InfraHost;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user