mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2025-10-16 12:05:41 +00:00
Gateway interface improvements (#40772)
This commit is contained in:
parent
64191b96d3
commit
f4051cda0e
3
types/default-gateway/index.d.ts
vendored
3
types/default-gateway/index.d.ts
vendored
@ -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;
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user