Type alias TUpdatePatchInsertBefore

TUpdatePatchInsertBefore: TUpdatePatch & {
    refId: string;
    svg: string;
    type: "INSERT_BEFORE";
}

Type declaration

  • refId: string
  • svg: string
  • type: "INSERT_BEFORE"

Generated using TypeDoc