Interface StartDataExtractionCallbackDto

interface StartDataExtractionCallbackDto {
    annotationId: number;
    caseId: string;
    customerId: string;
    documentType: DigicustDocumentType;
    eventType: RossumEventEnum;
    exportOnConfirmed?: boolean;
    projectId: string;
    queueId: number;
}

Properties

annotationId: number
caseId: string
customerId: string
documentType: DigicustDocumentType
eventType: RossumEventEnum
exportOnConfirmed?: boolean
projectId: string
queueId: number