UNPKG

@unleash/proxy

Version:
3 lines (2 loc) 180 B
import type { OpenAPIV3 } from 'openapi-types'; export declare const createOpenApiSchema: (serverUrl?: string, clientKeysHeaderName?: string) => Omit<OpenAPIV3.Document, "paths">;