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

## Usage

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

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

## Overview

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