Interface: IRedeemCode
Interface for redeeming a code in Genshin Impact.
Properties
data
• data: null
| string
The data returned from redeeming the code. It can be a string or null.
Defined in
src/module/redeem/redeem.interface.ts:8
message
• message: string
A message describing the result of redeeming the code.
Defined in
src/module/redeem/redeem.interface.ts:13
retcode
• retcode: number
The return code from redeeming the code. A non-zero code indicates an error occurred.