We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 537bcb4 commit 0fc1f13Copy full SHA for 0fc1f13
src/server.ts
@@ -3,5 +3,5 @@ import { ServerVariable } from './serverVariable';
3
export interface Server {
4
description?: string,
5
url: string,
6
- variables: { [variableName: string]: ServerVariable }
+ variables?: { [variableName: string]: ServerVariable }
7
}
0 commit comments