import { paTaType } from '../shared/protocols/pata/type'; export type CollectionPata = paTaType & { /**玩家uid */ uid: string; };