FileTypeValidatorOptions


type FileTypeValidatorOptions = {
    fileType: string | RegExp;
};