---
url: /api/third-parties/schema-formio/types/interfaces/type-formio-data-resolver.md
description: api documentation of FormioDataResolver from @tsed/schema-formio
---

## Usage

```typescript
import { FormioDataResolver } from "@tsed/third-parties/schema-formio/src/interfaces/FormioDataResolver";
```

> See [/packages/third-parties/schema-formio/src/interfaces/FormioDataResolver.ts](https://github.com/tsedio/tsed/blob/v8.37.1/packages/third-parties/schema-formio/src/interfaces/FormioDataResolver.ts#L0-L0).

## Overview

```ts
type FormioDataResolver = (ctx: FormioDataResolverCtx) => Promise<any> | any;
```
