HJ_Server/src/shared/protocols/pushgift/PltOpen.ts
xcy 5d9ece056e feat:
1.推送礼包
2023-12-14 18:18:26 +08:00

6 lines
125 B
TypeScript

import {Gift} from "../../../module/collection_pushgift";
export type ReqOpen = {}
export type ResOpen = { gifts: Gift[] }