export default interface IMoodleWSAuthResponse { token: string; privatetoken: string | null; }