mirror of
https://github.com/classchartsapi/classcharts-api-js.git
synced 2026-05-14 11:58:13 +00:00
fix: fix homework types
This commit is contained in:
parent
ea72bb0afe
commit
bff540c396
2 changed files with 2 additions and 2 deletions
2
types.d.ts
vendored
2
types.d.ts
vendored
|
|
@ -110,7 +110,7 @@ export interface Homework {
|
|||
state: null
|
||||
mark: null
|
||||
mark_relative: number
|
||||
ticked: boolean
|
||||
ticked: 'yes' | 'no'
|
||||
allow_attachments: string
|
||||
first_seen_date: string
|
||||
last_seen_date: string
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue