UNPKG
@heknon/node-webtop
Version:
latest (1.4.3)
1.4.3
1.4.2
1.4.1
1.4.0
1.3.0
1.1.6
1.1.5
1.1.2
1.1.0
1.0.5
1.0.4
1.0.3
1.0.2
1.0.1
1.0.0
A Backend for an unofficial WebTop (SmartSchool - Israel) API.
@heknon/node-webtop
/
dist
/
src
/
Inbox
/
Message.d.ts
4 lines
(3 loc)
•
192 B
TypeScript
View Raw
1
2
3
4
import
{
AxiosInstance
}
from
'axios'
;
import
{
Message
}
from
'./DataObjects'
;
export
declare
const
constructMessage
:
(
html
:
string
,
id
:
number
,
axios
:
AxiosInstance
) =>
Promise
<
Message
>;