interface UploadResult {
    status: string;
    taskId: string;
}

Properties

Properties

status: string
taskId: string