CollectionUpdatedEvent type

Payload for collection updated event.

type CollectionUpdatedEvent<T> = (args: { added: T[]; removed: T[] }) => void