Type alias JPatchOpMove

JPatchOpMove: {
    from: string;
    op: "move";
    path: string;
}

Type declaration

  • from: string
  • op: "move"
  • path: string

Generated using TypeDoc