# FileValidatorContext

**Kind:** Type

**Source:** [`packages/common/pipes/file/file-validator-context.interface.ts`](https://github.com/nestjs/nest/blob/master/packages/common/pipes/file/file-validator-context.interface.ts#L3)

**Part of:** [Common](subsystem-packages-common)

## Definition

```ts
{ file?: IFile; config: TConfig; }
```
