qus-canvas
Version:
client api for canvas
11 lines (10 loc) • 414 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.LearningOutcomesListResponse = void 0;
const list_response_1 = require("@mvc/http/responses/list-response");
class LearningOutcomesListResponse extends list_response_1.ListResponse {
constructor(list) {
super(list, 'LearningOutcomesList');
}
}
exports.LearningOutcomesListResponse = LearningOutcomesListResponse;