mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-08-12 04:50:18 +00:00
Add cidr property to NetworkInterfaceBase interface
This commit is contained in:
Vendored
+1
@@ -1710,6 +1710,7 @@ declare module "os" {
|
||||
netmask: string;
|
||||
mac: string;
|
||||
internal: boolean;
|
||||
cidr: string | null;
|
||||
}
|
||||
|
||||
export interface NetworkInterfaceInfoIPv4 extends NetworkInterfaceBase {
|
||||
|
||||
Vendored
+1
@@ -1588,6 +1588,7 @@ declare module "os" {
|
||||
netmask: string;
|
||||
mac: string;
|
||||
internal: boolean;
|
||||
cidr: string | null;
|
||||
}
|
||||
|
||||
export interface NetworkInterfaceInfoIPv4 extends NetworkInterfaceBase {
|
||||
|
||||
Vendored
+1
@@ -1677,6 +1677,7 @@ declare module "os" {
|
||||
netmask: string;
|
||||
mac: string;
|
||||
internal: boolean;
|
||||
cidr: string | null;
|
||||
}
|
||||
|
||||
export interface NetworkInterfaceInfoIPv4 extends NetworkInterfaceBase {
|
||||
|
||||
Reference in New Issue
Block a user