UNPKG

@heknon/node-webtop

Version:

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

4 lines (3 loc) 192 B
import { AxiosInstance } from 'axios'; import { Message } from './DataObjects'; export declare const constructMessage: (html: string, id: number, axios: AxiosInstance) => Promise<Message>;