UNPKG

airship-server

Version:

Airship is a framework for Node.JS & TypeScript that helps you to write big, scalable and maintainable API servers.

11 lines 588 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); const SendErrorReportRequest_1 = require("../../entity/communication/errorReports/SendErrorReportRequest"); const BaseRequestHandler_1 = require("../../../../modules/httpApiServer/domain/BaseRequestHandler"); class BaseSendErrorReportHandler extends BaseRequestHandler_1.BaseRequestHandler { supports(request) { return request instanceof SendErrorReportRequest_1.default; } } exports.BaseSendErrorReportHandler = BaseSendErrorReportHandler; //# sourceMappingURL=BaseSendErrorReportHandler.js.map