@scalar/api-client
Version:
the open source API testing client
4 lines • 326 B
TypeScript
import type { ParameterObject } from '@scalar/workspace-store/schemas/v3.1/strict/openapi-document';
/** Helper that de-serializes the example value based on the parameter type */
export declare const deSerializeParameter: (example: unknown, param: ParameterObject) => any;
//# sourceMappingURL=de-serialize-parameter.d.ts.map