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
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "classcharts-api",
|
"name": "classcharts-api",
|
||||||
"version": "0.0.6",
|
"version": "0.0.7",
|
||||||
"description": "",
|
"description": "",
|
||||||
"repository": {
|
"repository": {
|
||||||
"url": "https://github.com/jamesatjaminit/classcharts-api"
|
"url": "https://github.com/jamesatjaminit/classcharts-api"
|
||||||
|
|
|
||||||
2
types.d.ts
vendored
2
types.d.ts
vendored
|
|
@ -110,7 +110,7 @@ export interface Homework {
|
||||||
state: null
|
state: null
|
||||||
mark: null
|
mark: null
|
||||||
mark_relative: number
|
mark_relative: number
|
||||||
ticked: boolean
|
ticked: 'yes' | 'no'
|
||||||
allow_attachments: string
|
allow_attachments: string
|
||||||
first_seen_date: string
|
first_seen_date: string
|
||||||
last_seen_date: string
|
last_seen_date: string
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue