qus-canvas
Version:
client api for canvas
10 lines • 812 B
TypeScript
import { BaseController } from '@mvc/controllers/base.controller';
import { LearningOutcomesHandler } from '../handlers/learning-outcomes.handler';
import { LearningOutcomeRequest } from '../http/requests/learning-outcome.request';
import { LearningOutcomeDto } from '../dtos/learning-outcome.dto';
import { LearningOutcomesListResponse } from '../http/responses/learning-outcomes-list.response';
import { LearningOutcomeResponse } from '../http/responses/learning-outcome.response';
export declare class LearningOutcomesController extends BaseController<LearningOutcomesHandler, LearningOutcomeRequest, LearningOutcomeDto, LearningOutcomeResponse, LearningOutcomesListResponse, LearningOutcomeDto> {
constructor(handler: LearningOutcomesHandler);
}
//# sourceMappingURL=learning-outcomes.controller.d.ts.map