UNPKG

coffee-core

Version:

Coffee IT API core library

9 lines 308 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.ClientConfigInterface = void 0; class ClientConfigInterface { INITIAL_RETRY_TIMEOUT_MS; MAX_RETRY_TIME_MS; } exports.ClientConfigInterface = ClientConfigInterface; //# sourceMappingURL=client-config.interface.js.map