UNPKG

qus-canvas

Version:
7 lines 453 B
import { BaseHandler } from '@mvc/handlers/base.handler'; import { LearningOutcomesDbService } from '../data/learning-outcomes-db.service'; import { LearningOutcomeDto } from '../dtos/learning-outcome.dto'; export declare class LearningOutcomesHandler extends BaseHandler<LearningOutcomesDbService, LearningOutcomeDto, LearningOutcomeDto> { constructor(dbService: LearningOutcomesDbService); } //# sourceMappingURL=learning-outcomes.handler.d.ts.map