Type alias JPatchOpCopy

JPatchOpCopy: {
    from: string;
    op: "copy";
    path: string;
}

Type declaration

  • from: string
  • op: "copy"
  • path: string

Generated using TypeDoc