CollectionUpdatedEvent type

集合更新事件的有效负载。

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