mobx-keystone

    Interface JsonPatchAddOperation<T>

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

    Type Parameters

    • T

    Hierarchy (View Summary, Expand)

    Index

    Properties

    Properties

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