export interface NgDocApiListItem {
    route: string;
    type: string;
    name: string;
}
