다음을 통해 공유


CollectionUpdatedEvent type

컬렉션 업데이트 이벤트에 대한 페이로드입니다.

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