12 lines
108 B
TypeScript
12 lines
108 B
TypeScript
|
|
/**
|
|
* 元旦兑换领奖
|
|
*/
|
|
export type ReqExchange = {
|
|
id: string
|
|
}
|
|
|
|
export type ResExchange = {
|
|
|
|
}
|