UNPKG

wfm-mobile-core

Version:

WFM Mobile Core

7 lines (6 loc) 149 B
export interface IDataTimeInterval { startDateTime: string; endDateTime: string; lengthInMinutes?: number; lengthInHours?: number; }