export type ImageObject = {
    basePath: string;
    dirPathWithoutBasePath: string;
    file: string;
    fullPath?: string;
};
