interface AnnotationUpdate {
    update: {
        annotationType?: SetField<string>;
        data?: SetField<AnnotationData>;
        status?: SetField<AnnotationStatus>;
    };
}

Hierarchy (view full)

Properties

Properties

update: {
    annotationType?: SetField<string>;
    data?: SetField<AnnotationData>;
    status?: SetField<AnnotationStatus>;
}