Introduction
Migration
Configuration
Fundamentals
Advanced
Authentication & Security
API & Documentation
ORM
Orchestration & Workflow
Testing
Third-parties
Links
Premium ConfigSource
Premium TestContainers
Appearance
import { OS2PathParameter } from "@tsed/specs/openspec/src/openspec2/OS2Parameter";
See /packages/specs/openspec/src/openspec2/OS2Parameter.ts.
type OS2PathParameter = OS2BaseFormatContrainedParameter & OS2BaseSchema & { in: "path"; required: true; };
in: "path";
required: true;