mobx-keystone
    Preparing search index...

    Interface PatchAddOperation<T>

    interface PatchAddOperation<T> {
        op: "add";
        path: Path;
        value: T;
    }

    Type Parameters

    • T

    Hierarchy (View Summary)

    Index
    op: "add"
    path: Path
    value: T