import { taskType } from '../shared/protocols/task/type'; export type CollectionTask = taskType & { /**玩家uid */ uid: string; taskid: number };