UNPKG

qus-canvas

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