mirror of
https://github.com/classchartsapi/classcharts-api-js.git
synced 2026-05-14 11:58:13 +00:00
Update src/types.ts
Co-authored-by: James Cook <jamesatjaminit@jaminit.co.uk>
This commit is contained in:
parent
3f797ac834
commit
d49d02e4ea
1 changed files with 1 additions and 1 deletions
|
|
@ -467,7 +467,7 @@ export type RewardsResponse = ClassChartsResponse<RewardsData, RewardsMeta>;
|
||||||
export interface RewardPurchaseData {
|
export interface RewardPurchaseData {
|
||||||
single_purchase: "yes" | "no";
|
single_purchase: "yes" | "no";
|
||||||
order_id: number;
|
order_id: number;
|
||||||
balence: number;
|
balance: number;
|
||||||
}
|
}
|
||||||
|
|
||||||
export type RewardPurchaseResponse = ClassChartsResponse<RewardPurchaseData, []>;
|
export type RewardPurchaseResponse = ClassChartsResponse<RewardPurchaseData, []>;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue