---
meta:
 - name: keywords
   description: api typescript node.js documentation OS2GenericFormat type
---
# OS2GenericFormat - @tsed/openspec

## Usage

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

> See [/packages/specs/openspec/src/openspec2/OS2Parameter.ts](https://github.com/tsedio/tsed/blob/v8.28.0/packages/specs/openspec/src/openspec2/OS2Parameter.ts#L0-L0).

## Overview

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

<!-- Members -->

## type

```ts
type?: OpenSpecTypes;
```

## format

```ts
format?: string;
```
