Bagikan melalui


CollectionUpdatedEvent type

Payload untuk peristiwa pengumpulan yang diperbarui.

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