UNPKG

ngrx-uml

Version:
7 lines (6 loc) 177 B
import { TypeKind } from '../type-kind.enum'; export interface ConvertedItem { readonly kind: TypeKind; readonly kindText: string; getChildren(): ConvertedItem[]; }