import { mediaCollections } from '@wix/media-collections';

mediaCollections.onCollectionCreated((event) => {
    // handle your event here
});