UNPKG

@cityssm/worktech-api

Version:

Integrations with the WorkTech (Pearl) work order management system.

9 lines (8 loc) 223 B
/** * The characters that separate segments of account numbers. */ export const accountSegmentSeparator = '-'; /** * The number of seconds cached lookups should stay cached. */ export const cacheTimeToLiveSeconds = 30;