Interface AnnotationReverseLookupFilterProps

interface AnnotationReverseLookupFilterProps {
    annotatedResourceType: AnnotatedResourceType;
    annotationType?: string;
    creatingApp?: string;
    creatingAppVersion?: string;
    creatingUser?: string;
    data?: Record<string, unknown>;
    status?: AnnotationStatus;
}

Properties

annotatedResourceType: AnnotatedResourceType
annotationType?: string
creatingApp?: string
creatingAppVersion?: string
creatingUser?: string
data?: Record<string, unknown>