---
url: /api/third-parties/formio/types/components/class-alter-audit.md
description: api documentation of AlterAudit from @tsed/formio
---

## Usage

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

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

## Overview

```ts
class AlterAudit implements AlterHook {
    transform(info: any[], event: string, ctx: DIContext): boolean;
}
```

## transform

```ts
transform(info: any[], event: string, ctx: DIContext): boolean;
```
