UNPKG

@vendure/core

Version:

A modern, headless ecommerce framework

19 lines 605 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.CollectionEvent = void 0; const vendure_entity_event_1 = require("../vendure-entity-event"); /** * @description * This event is fired whenever a {@link Collection} is added, updated or deleted. * * @docsCategory events * @docsPage Event Types * @since 1.4 */ class CollectionEvent extends vendure_entity_event_1.VendureEntityEvent { constructor(ctx, entity, type, input) { super(entity, type, ctx, input); } } exports.CollectionEvent = CollectionEvent; //# sourceMappingURL=collection-event.js.map