qus-canvas
Version:
client api for canvas
7 lines • 453 B
TypeScript
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