Comparing version 2.0.9 to 2.0.10
import { BridgeHandler } from '../core'; | ||
export type Method = 'POST' | 'PATCH' | 'GET' | 'DELETE' | 'PUT'; | ||
export type BridgeRoutes<Object extends BridgeRoutes = {}> = { | ||
[key: string]: Object | BridgeHandler; | ||
[key: string]: Object | BridgeHandler | any; | ||
}; | ||
@@ -6,0 +6,0 @@ export declare const isBridgeRoutes: (data: any) => data is BridgeRoutes<{}>; |
{ | ||
"name": "bridge", | ||
"version": "2.0.9", | ||
"version": "2.0.10", | ||
"description": "Bridge is a new way of developing your api's", | ||
@@ -5,0 +5,0 @@ "author": "El Ouahabi Nabil", |
Sorry, the diff of this file is not supported yet
99232