UNPKG

105 BPlain TextView Raw
1export interface AdditionalNode {
2 title: string;
3 file: string;
4 children: AdditionalNode[];
5}