import ImageSource from "./ImageSource"; export default interface IResizeResult { result: ImageSource; width: number; height: number; }