Skip to content

Commit

Permalink
Update index.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
melroy89 committed Mar 19, 2024
1 parent f575cdc commit eab7713
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/openapi-types/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -311,8 +311,8 @@ export namespace OpenAPIV3 {
}

export interface ServerVariableObject {
enum?: string[];
default: string|number;
enum?: string[] | number[];
default: string | number;
description?: string;
}

Expand Down

0 comments on commit eab7713

Please sign in to comment.