UNPKG

@cityssm/worktech-api

Version:

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

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