Skip to content

Commit 0fc1f13

Browse files
committed
Allow undefined in Server.variables
1 parent 537bcb4 commit 0fc1f13

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/server.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,5 @@ import { ServerVariable } from './serverVariable';
33
export interface Server {
44
description?: string,
55
url: string,
6-
variables: { [variableName: string]: ServerVariable }
6+
variables?: { [variableName: string]: ServerVariable }
77
}

0 commit comments

Comments
 (0)