feat: update

This commit is contained in:
chashaobao
2025-09-03 23:50:03 +08:00
parent 087e05a9a0
commit 6d76c82e96
2 changed files with 4 additions and 1 deletions

View File

@ -1,5 +1,6 @@
export type ClaimMembershipCouponResponse = {
code: string;
usedBefore: boolean;
usageExpireAt: string;
};