mobx-keystone
    Preparing search index...

    Interface JsonPatchAddOperation<T>

    interface JsonPatchAddOperation<T> {
        op: "add";
        path: string;
        value: T;
    }

    Type Parameters

    • T

    Hierarchy (View Summary)

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