Skip to main content

SummaryType TypeAlias

Type tag used to distinguish different types of nodes in a ISummaryTree.

Signature

export type SummaryType = SummaryType.Attachment | SummaryType.Blob | SummaryType.Handle | SummaryType.Tree;