UNPKG

@scalar/api-client

Version:

the open source API testing client

10 lines 351 B
import type { OpenAPIV3, OpenAPIV3_1 } from '@scalar/openapi-types'; type ServerVariable = OpenAPIV3.ServerVariableObject | OpenAPIV3_1.ServerVariableObject; export type ServerVariables = { [variable: string]: ServerVariable; }; export type ServerVariableValues = { [variable: string]: string; }; export {}; //# sourceMappingURL=types.d.ts.map