import { IFile } from './interfaces'; export type FileValidatorContext = { file?: IFile; config: TConfig; };