Frodo Library - v4.0.0-10
    Preparing search index...

    Interface SystemObjectPatchOperationInterface

    interface SystemObjectPatchOperationInterface {
        field: string;
        from?: string;
        operation:
            | "add"
            | "copy"
            | "increment"
            | "move"
            | "remove"
            | "replace"
            | "transform";
        value?: any;
    }
    Index

    Properties

    field: string
    from?: string
    operation:
        | "add"
        | "copy"
        | "increment"
        | "move"
        | "remove"
        | "replace"
        | "transform"
    value?: any