Skip to content

OS2Paths

@tsed/openspec

Usage

typescript
import { OS2Paths } from "@tsed/openspec";

See /packages/specs/openspec/src/types/openspec2/OS2Paths.ts.

Overview

ts
interface OS2Paths extends OpenSpecPath<OS2Operation> {
    parameters?: (OS2Parameter | OpenSpecRef)[];
}

parameters:

ts
parameters?: (OS2Parameter | OpenSpecRef)[];

Released under the MIT License.