SummaryTypeNoHandle TypeAlias
Summary type that ISummaryHandle points to.
Signature
export type SummaryTypeNoHandle = SummaryType.Tree | SummaryType.Blob | SummaryType.Attachment;
Remarks
Summary handles are often used to point to summary tree objects contained within older summaries, thus avoiding the need to re-send the entire subtree if summary object has not changed.