UNPKG

wfm-mobile-core

Version:

WFM Mobile Core

10 lines (9 loc) 223 B
import { INameValue } from './INameValue'; export interface IEventType extends INameValue { extended: { enabled: boolean; shortName: string; rosterType: any; aliasCode?: string; }; }