mirror of
https://github.com/classchartsapi/classcharts-api-js.git
synced 2026-05-14 19:59:37 +00:00
Update types.ts
fix: last_id can be number or boolean
This commit is contained in:
parent
97077a610c
commit
c304dca94d
1 changed files with 1 additions and 1 deletions
|
|
@ -138,7 +138,7 @@ export type ActivityResponseData = Array<ActivityPoint>;
|
||||||
interface ActivityResponseMeta {
|
interface ActivityResponseMeta {
|
||||||
start_date: string;
|
start_date: string;
|
||||||
end_date: string;
|
end_date: string;
|
||||||
last_id: number;
|
last_id: number | boolean;
|
||||||
step_size: string;
|
step_size: string;
|
||||||
detention_alias_uc: string;
|
detention_alias_uc: string;
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue