@patternmeshjs/core
    Preparing search index...

    Type Alias SettableShape<S, Id>

    SettableShape: Pick<
        InferItem<S>,
        Exclude<MutableFieldKeys<S>, Id[number]> & keyof InferItem<S>,
    >

    SET targets: mutable fields excluding identity keys

    Type Parameters