1
0
Fork 0
mirror of https://github.com/classchartsapi/classcharts-api-js.git synced 2026-05-14 11:58:13 +00:00

types: refine purchased_count to string | 0

This commit is contained in:
veloii 2024-05-29 21:44:14 +01:00
parent 98eb03ff74
commit bdd8a0f379

View file

@ -488,7 +488,7 @@ export type RewardsData = {
unable_to_purchase_reason: string;
once_per_pupil: boolean;
purchased: boolean;
purchased_count: string | number;
purchased_count: string | 0;
price_balance_difference: number;
}[];