HJ_Server/src/module/collection_pata.ts
DESKTOP-15R5JU0\legu 97e070ea81 init
2023-11-17 12:02:12 +08:00

7 lines
141 B
TypeScript

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