UNPKG

@scalar/api-client

Version:

the open source API testing client

6 lines 384 B
import type { ParameterObject } from '@scalar/workspace-store/schemas/v3.1/strict/openapi-document'; /** * Extract example from parameter object */ export declare const getParameterExample: (parameter: ParameterObject, exampleKey: string) => import("@scalar/workspace-store/schemas/v3.1/strict/example").ExampleObject | undefined; //# sourceMappingURL=get-parameter-example.d.ts.map