IncPatch: {
    action: "inc";
    path: Prop[];
    value: number;
}

Type declaration

  • action: "inc"
  • path: Prop[]
  • value: number

Generated using TypeDoc