RevisionSelectorNEW
RevisionSelector:
type RevisionSelector = | { all: true };Selects revisions for a collection decision.
Remarks
Section titled “Remarks”Select exact revision IDs, all revisions by one author, revisions whose
text anchors intersect a paragraph-local range, or every pending revision.
For a range selector, omit the input range to use the whole
TextView. Intersection requires an anchor range and the input
range to overlap on the same text surface.