UNPKG

@tsed/schema

Version:
4 lines (3 loc) 247 B
import { JsonResponse } from "../../domain/JsonResponse.js"; import { JsonSchemaOptions } from "../../interfaces/JsonSchemaOptions.js"; export declare function operationResponseMapper(jsonResponse: JsonResponse, options?: JsonSchemaOptions): any;