Giter Club home page Giter Club logo

Comments (7)

jaywcjlove avatar jaywcjlove commented on June 8, 2024

@ikatyang Reference example.

from mocker-api.

ikatyang avatar ikatyang commented on June 8, 2024

#125 (comment) can also reproduce the issue here.

from mocker-api.

ikatyang avatar ikatyang commented on June 8, 2024

Here's the patch I used to workaround this issue:

diff --git a/lib/index.d.ts b/lib/index.d.ts
index 2edca13a3814452a8170cb9cc0f856dd0d65553b..4511678106ca1111d9836f816012c76db8f4ab17 100644
--- a/lib/index.d.ts
+++ b/lib/index.d.ts
@@ -26,7 +26,7 @@ export declare type MockerResult = string | number | Array<any> | Record<string,
  * }
  * ```
  */
-export interface MockerProxyRoute extends Record<string, MockerResult> {
+export type MockerProxyRoute = Record<string, MockerResult> & {
     /**
      * This is the option parameter setting for apiMocker
      * Priority processing.
      * apiMocker(app, path, option)
      * {@link MockerOption}
      */
     _proxy?: MockerOption;
 }

from mocker-api.

jaywcjlove avatar jaywcjlove commented on June 8, 2024

@ikatyang Change the interface to type?

from mocker-api.

ikatyang avatar ikatyang commented on June 8, 2024

Yes, the issue here is that undefined | MockerOption does not satisfy its index signature MockerResult, using intersection type can bypass this limitation.

from mocker-api.

jaywcjlove avatar jaywcjlove commented on June 8, 2024

@ikatyang Upgrade + [email protected]

from mocker-api.

ikatyang avatar ikatyang commented on June 8, 2024

Thank you!

from mocker-api.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.