Gateway interface improvements (#40772)

This commit is contained in:
Michele Della Mea 2019-12-17 14:12:45 +01:00 committed by Orta
parent 64191b96d3
commit f4051cda0e

View File

@ -1,6 +1,7 @@
// Type definitions for default-gateway 3.0
// Project: https://github.com/silverwind/default-gateway#readme
// Definitions by: BendingBender <https://github.com/BendingBender>
// Michele Della Mea <https://github.com/ArcaneDiver>
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
export const v4: DefaultGatewayFn;
@ -13,5 +14,5 @@ export interface DefaultGatewayFn {
export interface Gateway {
gateway: string;
interface: string | null;
interface: string;
}