Skip to content

OS2GenericFormat

@tsed/openspec

Usage

typescript
import { OS2GenericFormat } from "@tsed/specs/openspec/src/types/openspec2/OS2Parameter";

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

Overview

ts
type OS2GenericFormat = {
    type?: OpenSpecTypes;
    format?: string;
};

type

ts
type?: OpenSpecTypes;

format

ts
format?: string;

Released under the MIT License.