UNPKG

@heknon/node-webtop

Version:

A Backend for an unofficial WebTop (SmartSchool - Israel) API.

8 lines (7 loc) 201 B
import { SchoolHour } from "../DataObjects"; import { Moment } from "moment"; export interface TimeTableChange { date: Moment; schoolHours: SchoolHour[] | string; details: string; }