UNPKG

wfm-mobile-core

Version:

WFM Mobile Core

9 lines (8 loc) 227 B
import { ETypesOfEvents } from '../enums/ETypesOfEvents'; export declare type LegendData = { icon: string; color: string; label?: string; type?: ETypesOfEvents; }; export declare const eventTypes: LegendData[];