UNPKG

sfdx-cpq-scripts-deployment

Version:
9 lines 239 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); const typings = ` //TODO better typings type QuoteLineModel = any; type QuoteModel = any; `; exports.default = typings; //# sourceMappingURL=defaultTypings.js.map