Dela via


CollectionUpdatedEvent type

Nyttolast för samlingsuppladdad händelse.

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