Variable PatchTypeConst

PatchType: {
    DOCUMENT: "file";
    PARAGRAPH: "paragraph";
} = ...

Type declaration

  • Readonly DOCUMENT: "file"
  • Readonly PARAGRAPH: "paragraph"

Generated using TypeDoc