Skip to content

OpenSpecTypes

@tsed/openspec

Usage

typescript
import { OpenSpecTypes } from "@tsed/specs/openspec/src/types/common/OpenSpecTypes";

See /packages/specs/openspec/src/types/common/OpenSpecTypes.ts.

Overview

ts
type OpenSpecTypes = "string" | "number" | "integer" | "boolean" | "array" | "object" | "file";

Released under the MIT License.