UNPKG

@nestjs/common

Version:

Nest - modern, fast, powerful node.js web framework (@common)

6 lines (5 loc) 126 B
import { IFile } from './interfaces'; export type FileValidatorContext<TConfig> = { file?: IFile; config: TConfig; };