Spaces:
Sleeping
Sleeping
| import { IFile } from './interfaces'; | |
| export type FileValidatorContext<TConfig> = { | |
| file?: IFile; | |
| config: TConfig; | |
| }; | |
| import { IFile } from './interfaces'; | |
| export type FileValidatorContext<TConfig> = { | |
| file?: IFile; | |
| config: TConfig; | |
| }; | |