UNPKG

96 BPlain TextView Raw
1export interface RoutingGraphNode {
2 kind?;
3 children?;
4 module?;
5 name?: string;
6}