interface AnnotationModel {
    annotatedResourceId: number;
    annotatedResourceType: AnnotatedResourceType;
    annotationType: string;
    createdTime: Date;
    creatingApp: string;
    creatingAppVersion: string;
    creatingUser: null | string;
    data: AnnotationData;
    id: number;
    lastUpdatedTime: Date;
    status: AnnotationStatus;
}

Hierarchy (view full)

Properties

annotatedResourceId: number
annotatedResourceType: AnnotatedResourceType
annotationType: string
createdTime: Date
creatingApp: string
creatingAppVersion: string
creatingUser: null | string
id: number
lastUpdatedTime: Date