Skip to content

compileSpec

@tsed/schema

Usage

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

See /packages/specs/schema/src/fn/oas/compileSpec.ts.

Overview

ts
function compileSpec(model: Type<any>, options?: SpecSerializerOptions): Partial<OpenSpec3>;
export function compileSpec(options: GenerateSpecOptions): OpenSpec2 | OpenSpec3;

Released under the MIT License.