Skip to content

pathsMapper

@tsed/schema

Usage

typescript
import { pathsMapper } from "@tsed/schema";

See /packages/specs/schema/src/types/components/open-spec/pathsMapper.ts.

Overview

ts
function pathsMapper(model: any, { paths, rootPath, ...options }: JsonSchemaOptions): any;

Released under the MIT License.