import { ResGetList } from '../shared/protocols/item/PtlGetList'; export type CollectionItem = ResGetList['list'][''] & { /**玩家uid */ uid: string; };