UNPKG

type2docfx

Version:

A tool to convert json format output from TypeDoc to universal reference model for DocFx to consume.

6 lines (5 loc) 98 B
export interface TocItem { uid?: string; name: string; items?: Array<TocItem>; }