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";