UNPKG

@nestjs/common

Version:

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

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