Type Alias NxPatch

type NxPatch = {
    Op?: NxPatchOperationType;
    Path?: string;
    Value?: string;
}
Index

Properties

Properties

Path?: string
Value?: string

This parameter is not used in a remove operation. Corresponds to the value of the property to add or to the new value of the property to update. Examples: "false", "2", ""New title""