Interface RossumAnnotationChangedEventDto

interface RossumAnnotationChangedEventDto {
    action: string;
    annotation: RossumAnnotationDataModel;
    document: RossumDocumentDataModel;
    event: string;
}

Properties

action: string
event: string

Generated using TypeDoc