---
url: /api/third-parties/formio/types/domain/type-formio-action-mongoose-schema.md
description: api documentation of FormioActionMongooseSchema from @tsed/formio
---

## Usage

```typescript
import { FormioActionMongooseSchema } from "@tsed/third-parties/formio/src/domain/FormioAction";
```

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

## Overview

```ts
type FormioActionMongooseSchema = FormioMongooseSchema<FormioAction>;
```
