HJ_Server/src/shared/protocols/event/yuandan/PtlExchange.ts
2023-12-25 13:48:18 +08:00

12 lines
108 B
TypeScript

/**
* 元旦兑换领奖
*/
export type ReqExchange = {
id: string
}
export type ResExchange = {
}