SummaryType
Packages > @fluidframework/protocol-definitions > SummaryType
Type tag used to distinguish different types of nodes in a ISummaryTree .
Signature
export type SummaryType = SummaryType.Attachment | SummaryType.Blob | SummaryType.Handle | SummaryType.Tree;