Skip to main content
Version: v2

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;