add loopback Remote hooks definitely types

This commit is contained in:
richardgong1987
2017-04-24 09:37:42 +08:00
parent 12ffcdd8cc
commit 5dd01a9a71

View File

@@ -11,7 +11,7 @@
************************************************/
import * as core from "express-serve-static-core";
import {NextFunction} from "../express-serve-static-core/index";
import {NextFunction} from "../express/index";
declare function l(): l.LoopBackApplication;
declare namespace l {
@@ -888,8 +888,6 @@ declare namespace l {
*/
static setup(): void;
static setup(): void;
/**
* loopback 3.x Remote hooks
* http://loopback.io/doc/en/lb3/Remote-hooks.html