CollectionUpdatedEvent type

البيانات الأساسية للحدث المحدث للمجموعة.

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