interface MapnavItem {
    componentId?: string;
    id: string;
}

Properties

Properties

componentId?: string
id: string