docx-rs/docx-wasm/js/json/bindings/DeleteChild.ts

6 lines
381 B
TypeScript
Raw Normal View History

// This file was generated by [ts-rs](https://github.com/Aleph-Alpha/ts-rs). Do not edit this file manually.
import type { CommentRangeEnd } from "./CommentRangeEnd";
import type { CommentRangeStart } from "./CommentRangeStart";
import type { Run } from "./Run";
export type DeleteChild = { "Run": Run } | { "CommentStart": CommentRangeStart } | { "CommentEnd": CommentRangeEnd };