CreateChildSummarizerNodeFn TypeAlias
WARNING: This API is provided as an alpha preview and may change without notice. Use at your own risk.
Signature
export type CreateChildSummarizerNodeFn = (summarizeInternal: SummarizeInternalFn, getGCDataFn: (fullGC?: boolean) => Promise<IGarbageCollectionData>,
getBaseGCDetailsFn?: () => Promise<IGarbageCollectionDetailsBase>) => ISummarizerNodeWithGC;