Type alias RemoveOpInfo

RemoveOpInfo: {
    index?: number;
    key?: string;
    path: string;
    type: "remove";
}

RemoveOpInfo represents the information of the remove operation.

Type declaration

  • Optional index?: number
  • Optional key?: string
  • path: string
  • type: "remove"