UNPKG

mindee

Version:

Mindee Client Library for Node.js

11 lines (10 loc) 283 B
import { CommonResponse } from "./commonResponse"; import { StringDict } from "../common"; import { Job } from "./job"; export declare class JobResponse extends CommonResponse { /** * Job for the polling. */ job: Job; constructor(serverResponse: StringDict); }