File

src/app/modules/core/interfaces/conceptData.ts

Properties

id
id: string
Type : string
name
name: string
Type : string
nodes
nodes: IConceptData[]
Type : IConceptData[]
export interface IConceptData {
id?: string;
name?: string;
nodes?: Array<IConceptData>;
 }

results matching ""

    No results matching ""