UNPKG

@webhare/moodle-webservice

Version:

Moodle Web Service API client with intellisense and typechecking

5 lines (4 loc) 103 B
export default interface IMoodleWSAuthResponse { token: string; privatetoken: string | null; }