mirror of
https://github.com/classchartsapi/classcharts-api-js.git
synced 2026-05-14 11:58:13 +00:00
yes
This commit is contained in:
parent
bff540c396
commit
0e5e762203
3 changed files with 10 additions and 10 deletions
6
types.d.ts
vendored
6
types.d.ts
vendored
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue