[Go to site: main page, start]

Type Alias StringTreeNode

StringTreeNode: Record<string, { entry: object }>

A string tree node consists of zero-or-more string keys, and a leaves property that contains any objects that terminate at the current node.