次の方法で共有


CollectionUpdatedEvent type

コレクション更新イベントのペイロード。

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