| Current Path : /var/www/html/ch.sumar.com.py/cursos/theme/snap/vendorjs/snap-custom-elements/src/app/ |
| Current File : /var/www/html/ch.sumar.com.py/cursos/theme/snap/vendorjs/snap-custom-elements/src/app/moodle.res.ts |
export class MoodleRes {
error: boolean | string;
data?: any[];
errorcode?: string;
exception?: ExceptionRes;
debuginfo?: string;
reproductionlink?: string;
stacktrace?: string;
}
export class ExceptionRes {
errorcode?: string;
link?: string;
message?: string;
moreinfourl?: string;
}