import { Result } from "./result"; export class Response { id: string; taskId: string; success: boolean; result?: Result; message?: string; image?: string; duration: number; }