@churchapps/apihelper
Version:
Library of helper functions not specific to any one ChurchApps project or framework.
7 lines • 344 B
TypeScript
import express from "express";
import { CustomBaseController } from "./CustomBaseController";
import { ErrorLog } from "../models";
export declare class ErrorController extends CustomBaseController {
save(req: express.Request<{}, {}, ErrorLog[]>, _res: express.Response): Promise<ErrorLog[]>;
}
//# sourceMappingURL=ErrorController.d.ts.map