---
url: /api/third-parties/formio/types/domain/interface-formio-base-model.md
description: api documentation of FormioBaseModel from @tsed/formio
---

## Usage

```typescript
import { FormioBaseModel } from "@tsed/formio";
```

> See [/packages/third-parties/formio/src/domain/FormioBaseModel.ts](https://github.com/tsedio/tsed/blob/v8.38.4/packages/third-parties/formio/src/domain/FormioBaseModel.ts#L0-L0).

## Overview

```ts
interface FormioBaseModel<T = any> {
    schema: Schema<Document<T>>;
}
```

## schema

```ts
schema: Schema<Document<T>>;
```
