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

Duplicate identifier TriggerOptions #163

Closed
jak3 opened this issue Jan 25, 2018 · 2 comments
Closed

Duplicate identifier TriggerOptions #163

jak3 opened this issue Jan 25, 2018 · 2 comments

Comments

@jak3
Copy link

jak3 commented Jan 25, 2018

index.d.ts has two declarations of the type TriggerOptions:

node_modules/node-pg-migrate/index.d.ts(204,13): error TS2300: Duplicate identifier 'TriggerOptions'.

204 export type TriggerOptions = TriggerOptionsEn & FunctionOptions
                ~~~~~~~~~~~~~~


node_modules/node-pg-migrate/index.d.ts(280,13): error TS2300: Duplicate identifier 'TriggerOptions'.

280 export type TriggerOptions = TriggerOptionsEn & FunctionOptions
@dolezel
Copy link
Contributor

dolezel commented Jan 25, 2018

Sorry, I do not use typescript and it didn't show as error in my editor :(
Will fix

@jak3
Copy link
Author

jak3 commented Jan 25, 2018

No problem :) Thanks for your fast fix.

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

2 participants