@adv-ui/boros-tcf
Version:
Adevinta GDPR - Transparency and Consent Framework - API
23 lines (17 loc) • 472 B
JavaScript
;
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.ConsentDecoderService = void 0;
/**
* @interface
*/
var ConsentDecoderService = /*#__PURE__*/function () {
function ConsentDecoderService() {}
var _proto = ConsentDecoderService.prototype;
_proto.decode = function decode(_ref) {
var encodedConsent = _ref.encodedConsent;
};
return ConsentDecoderService;
}();
exports.ConsentDecoderService = ConsentDecoderService;