export class ImageResponse { file: { id: number; path: string; }; } export class OnUploadImageResponse { file: File; imagePath: string; }