UNPKG

@nestjstools/messaging-google-pubsub-extension

Version:
13 lines 445 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.GooglePubSubMessageOptions = void 0; class GooglePubSubMessageOptions { attributes; middlewares = []; avoidErrorsWhenNotExistedHandler = false; constructor(attributes = {}) { this.attributes = attributes; } } exports.GooglePubSubMessageOptions = GooglePubSubMessageOptions; //# sourceMappingURL=google-pub-sub-message-options.js.map