mirror of
https://github.com/classchartsapi/classcharts-api-js.git
synced 2026-05-14 19:59:37 +00:00
types: refine purchased_count to string | 0
This commit is contained in:
parent
98eb03ff74
commit
bdd8a0f379
1 changed files with 1 additions and 1 deletions
|
|
@ -488,7 +488,7 @@ export type RewardsData = {
|
||||||
unable_to_purchase_reason: string;
|
unable_to_purchase_reason: string;
|
||||||
once_per_pupil: boolean;
|
once_per_pupil: boolean;
|
||||||
purchased: boolean;
|
purchased: boolean;
|
||||||
purchased_count: string | number;
|
purchased_count: string | 0;
|
||||||
price_balance_difference: number;
|
price_balance_difference: number;
|
||||||
}[];
|
}[];
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue