@scalar/api-client
Version:
the open source API testing client
3 lines • 364 B
TypeScript
import type { RequestBodyObject } from '@scalar/workspace-store/schemas/v3.1/strict/openapi-document';
export declare const getExampleFromBody: (requestBody: RequestBodyObject, contentType: string, exampleKey: string) => import("@scalar/workspace-store/schemas/v3.1/strict/example").ExampleObject | undefined;
//# sourceMappingURL=get-request-body-example.d.ts.map