1
0
Fork 0
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:
James Cook 2021-11-24 18:05:07 +00:00
parent ea72bb0afe
commit bff540c396
2 changed files with 2 additions and 2 deletions

View file

@ -1,6 +1,6 @@
{
"name": "classcharts-api",
"version": "0.0.6",
"version": "0.0.7",
"description": "",
"repository": {
"url": "https://github.com/jamesatjaminit/classcharts-api"

2
types.d.ts vendored
View file

@ -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