TryGhost/Ghost

View on GitHub
ghost/post-events/src/index.ts

Summary

Maintainability
A
0 mins
Test Coverage
export * from './PostDeletedEvent';

export * from './PostsBulkDestroyedEvent';
export * from './PostsBulkUnpublishedEvent';
export * from './PostsBulkFeaturedEvent';
export * from './PostsBulkUnfeaturedEvent';
export * from './PostsBulkAddTagsEvent';