IGUHealth
    Preparing search index...
    interface Mutation<T, R> {
        op: "add" | "remove" | "replace";
        path: Loc<T, R, any>;
        value?: R;
    }

    Type Parameters

    • T
    • R
    Index

    Properties

    Properties

    op: "add" | "remove" | "replace"
    path: Loc<T, R, any>
    value?: R