@scalar/oas-utils
Version:
Open API spec and Yaml handling utilities
6 lines • 332 B
TypeScript
import type { ServerObject } from '@scalar/workspace-store/schemas/v3.1/strict/server';
/**
* Processes a server URL by replacing variables with their default values and merging with the path
*/
export declare const processServerUrl: (server: ServerObject, path: string) => string;
//# sourceMappingURL=process-server-url.d.ts.map