export default interface IMoodleWSCredentials { username: string; password: string; service?: string; }