mirror of
https://github.com/zhigang1992/DefinitelyTyped.git
synced 2026-04-19 00:26:34 +08:00
add loopback Remote hooks definitely types
This commit is contained in:
4
types/loopback/index.d.ts
vendored
4
types/loopback/index.d.ts
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user