UNPKG

@adv-ui/boros-tcf

Version:

Adevinta GDPR - Transparency and Consent Framework - API

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