interface AnnotationFilterProps {
    annotatedResourceIds: IdEither[];
    annotatedResourceType: AnnotatedResourceType;
    annotationType?: string;
    creatingApp?: string;
    creatingAppVersion?: string;
    creatingUser?: null | string;
    data?: Partial<AnnotationData>;
    status?: AnnotationStatus;
}

Properties

annotatedResourceIds: IdEither[]
annotatedResourceType: AnnotatedResourceType
annotationType?: string
creatingApp?: string
creatingAppVersion?: string
creatingUser?: null | string
data?: Partial<AnnotationData>