6 lines
381 B
TypeScript
6 lines
381 B
TypeScript
// 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 }; |