mocker-api
Advanced tools
Comparing version 2.3.0 to 2.3.1
@@ -29,3 +29,3 @@ /// <reference types="node" /> | ||
*/ | ||
export interface MockerProxyRoute extends Record<string, MockerResult> { | ||
export declare type MockerProxyRoute = Record<string, MockerResult> & { | ||
/** | ||
@@ -38,3 +38,3 @@ * This is the option parameter setting for apiMocker | ||
_proxy?: MockerOption; | ||
} | ||
}; | ||
/** | ||
@@ -41,0 +41,0 @@ * Listening for proxy events. |
{ | ||
"name": "mocker-api", | ||
"version": "2.3.0", | ||
"version": "2.3.1", | ||
"description": "This is dev support mock RESTful API.", | ||
@@ -65,4 +65,4 @@ "bin": { | ||
"tsbb": "1.7.6", | ||
"typedoc": "0.17.8" | ||
"typedoc": "0.18.0" | ||
} | ||
} |
@@ -35,3 +35,3 @@ import URL from 'url'; | ||
*/ | ||
export interface MockerProxyRoute extends Record<string, MockerResult> { | ||
export type MockerProxyRoute = Record<string, MockerResult> & { | ||
/** | ||
@@ -38,0 +38,0 @@ * This is the option parameter setting for apiMocker |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
87070