UNPKG

wfm-mobile-core

Version:

WFM Mobile Core

16 lines (15 loc) 317 B
export interface IProperties { entryPointUrl: string; lang?: string; customStyles?: string; months?: { earliest: number; latest: number; }; debug?: { fcm?: boolean; recognition?: boolean; mockPersonId?: number; mockServiceUrl?: string; }; }