/** * @author songxiwen * @date 2021/03/19 13:05 */ export interface IResourceValidateStrategy { validate(domFile: File): boolean; }