pdfrx_web
    Preparing search index...

    Type Alias SharedAnnotationChange

    SharedAnnotationChange:
        | {
            id: string;
            placementId: string;
            spec: SharedAnnotationSpec;
            type: "add";
        }
        | SharedAnnotationUpdate
        | { id: string; placementId: string; type: "remove" }