UNPKG

@cityssm/worktech-api

Version:

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

10 lines (8 loc) 231 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