qus-canvas
Version:
client api for canvas
11 lines (10 loc) • 416 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.LearningOutcomeResponse = void 0;
const http_response_1 = require("@mvc/http/responses/http.response");
class LearningOutcomeResponse extends http_response_1.HttpResponse {
constructor(data, details) {
super(data, 'LearningOutcome', data.id, details);
}
}
exports.LearningOutcomeResponse = LearningOutcomeResponse;