UNPKG

@spartacus/core

Version:

Spartacus - the core framework

5 lines (4 loc) 129 B
import { CmsLinkComponent } from '../../model/cms.model'; export interface NodeItem { [id_type: string]: CmsLinkComponent; }