UNPKG

qus-canvas

Version:
11 lines (10 loc) 414 B
"use strict"; 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;