Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

type errors #83

Open
puncsky opened this issue Apr 11, 2020 · 0 comments
Open

type errors #83

puncsky opened this issue Apr 11, 2020 · 0 comments

Comments

@puncsky
Copy link
Member

puncsky commented Apr 11, 2020

node_modules/@types/koa-compose/index.d.ts:53:49 - error TS2694: Namespace '"/Users/tp/projects/web-beancount/node_modules/@types/koa/index.d.ts"' has no exported member 'Next'.

53 type Middleware = (context: T, next: Koa.Next) => any;
~~~~

node_modules/@types/koa-compose/index.d.ts:54:58 - error TS2694: Namespace '"/Users/tp/projects/web-beancount/node_modules/@types/koa/index.d.ts"' has no exported member 'Next'.

54 type ComposedMiddleware = (context: T, next?: Koa.Next) => Promise;
~~~~

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant