1
0
Fork 0
mirror of https://github.com/classchartsapi/classcharts-api-js.git synced 2026-05-14 11:58:13 +00:00
This commit is contained in:
James Cook 2021-11-24 20:24:46 +00:00
parent bff540c396
commit 0e5e762203
3 changed files with 10 additions and 10 deletions

6
types.d.ts vendored
View file

@ -87,9 +87,9 @@ export interface BehaviourPoint {
export type BehaviourResponse = Array<BehaviourPoint>
export type DisplayDate = 'due_date' | 'issue_date'
export interface GetHomeworkOptions {
displayDate: DisplayDate
fromDate: string
toDate: string
displayDate?: DisplayDate
fromDate?: string
toDate?: string
}
export interface Homework {
lesson: string