@squidcloud/backend
    Preparing search index...

    Interface BaseMutation

    Base fields shared by all document mutations.

    interface BaseMutation {
        squidDocIdObj: SquidDocIdObj;
        type: "delete" | "insert" | "update";
    }

    Hierarchy (View Summary)

    Index

    Properties

    Properties

    squidDocIdObj: SquidDocIdObj

    The identity of the mutated document.

    type: "delete" | "insert" | "update"

    The type of the mutation.