interface Response {
    count: number;
    jobId: string;
    statusUrl: string;
}

Properties

Properties

count: number
jobId: string
statusUrl: string