UNPKG

@adv-ui/boros-tcf

Version:

Adevinta GDPR - Transparency and Consent Framework - API

23 lines (17 loc) 465 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.VendorListRepository = void 0; /** * @interface */ var VendorListRepository = /*#__PURE__*/function () { function VendorListRepository() {} var _proto = VendorListRepository.prototype; _proto.getVendorList = function getVendorList(_ref) { var version = _ref.version; }; return VendorListRepository; }(); exports.VendorListRepository = VendorListRepository;