We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
TriggerOptions
index.d.ts has two declarations of the type TriggerOptions:
index.d.ts
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
The text was updated successfully, but these errors were encountered:
Sorry, I do not use typescript and it didn't show as error in my editor :( Will fix
Sorry, something went wrong.
No problem :) Thanks for your fast fix.
No branches or pull requests
index.d.ts
has two declarations of the typeTriggerOptions
:The text was updated successfully, but these errors were encountered: