File size: 126 Bytes
cfbbc1a
 
 
 
 
1
2
3
4
5
6
import { IFile } from './interfaces';
export type FileValidatorContext<TConfig> = {
    file?: IFile;
    config: TConfig;
};