Type alias AddOpInfo

AddOpInfo: {
    index: number;
    path: string;
    type: "add";
}

AddOpInfo represents the information of the add operation.

Type declaration

  • index: number
  • path: string
  • type: "add"