UNPKG

wfm-mobile-core

Version:

WFM Mobile Core

10 lines (9 loc) 436 B
import notificationTypes from './notification-types'; export { eventTypes, LegendData } from './event-types'; export { ResourceLink } from './resource-link'; export { ResourceNames } from './resource-names'; export { SettingNames } from './setting-names'; export { headersHAL, headersJSON } from './actions'; declare const delay = 100000; declare const dayInMilliseconds: number; export { delay, dayInMilliseconds, notificationTypes };