interface AnnotationCreate {
    annotatedResourceId: number;
    annotatedResourceType: AnnotatedResourceType;
    annotationType: string;
    creatingApp: string;
    creatingAppVersion: string;
    creatingUser: null | string;
    data: AnnotationData;
    status: AnnotationStatus;
}

Hierarchy (view full)

Properties

annotatedResourceId: number
annotatedResourceType: AnnotatedResourceType
annotationType: string
creatingApp: string
creatingAppVersion: string
creatingUser: null | string