---
url: /api/specs/schema-async-api/types/utils/function-make-of.md
description: api documentation of makeOf from @tsed/schema-async-api
---

## Usage

```typescript
import { makeOf } from "@tsed/schema-async-api";
```

> See [/packages/specs/schema-async-api/src/utils/somethingOf.ts](https://github.com/tsedio/tsed/blob/v8.38.2/packages/specs/schema-async-api/src/utils/somethingOf.ts#L0-L0).

## Overview

```ts
function makeOf(key: string, schemes: unknown[]): unknown;
```
