0.0.13
This commit is contained in:
parent
823b754a24
commit
220f714d88
|
@ -2,7 +2,7 @@
|
|||
"name": "@overflow/commons-typescript",
|
||||
"author": "Loafle <rnd@loafle.com>",
|
||||
"description": "Commons module of overflow",
|
||||
"version": "0.0.12",
|
||||
"version": "0.0.13",
|
||||
"license": "COMMERCIAL",
|
||||
"private": true,
|
||||
"main": "./index.js",
|
||||
|
|
|
@ -8,5 +8,8 @@ export interface InfraHostIP extends Infra {
|
|||
metaIPType?: MetaIPType;
|
||||
address?: string;
|
||||
mac?: string;
|
||||
iface: string;
|
||||
gateway: string;
|
||||
createDate?: Date;
|
||||
|
||||
}
|
|
@ -9,5 +9,4 @@ export interface InfraZone extends Infra {
|
|||
metaIPType?: MetaIPType;
|
||||
address?: string;
|
||||
mac?: string;
|
||||
gateway?: string;
|
||||
}
|
Loading…
Reference in New Issue
Block a user