@scalar/api-client
Version:
the open source API testing client
6 lines • 320 B
TypeScript
import type { ParameterObject, SchemaObject } from '@scalar/workspace-store/schemas/v3.1/strict/openapi-document';
/**
* Extract the schema from the parameter object
*/
export declare const getParameterSchema: (parameter: ParameterObject) => SchemaObject | undefined;
//# sourceMappingURL=get-parameter-schema.d.ts.map