@bjornharrtell/json-api
    Preparing search index...

    Interface AtomicOperation

    interface AtomicOperation {
        data: BaseEntity;
        op: "add" | "update" | "remove";
    }
    Index

    Properties

    Properties

    op: "add" | "update" | "remove"