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

Top-level declarations in .d.ts files must start with either a 'declare' or 'export' modifier #8

Open
DzenDyn opened this issue Mar 9, 2022 · 1 comment

Comments

@DzenDyn
Copy link

DzenDyn commented Mar 9, 2022

Привет. Не могу использовать вашу библиотеку совместно с Nest.JS, да и думаю TypeScipt всеравно ругнется.

Нужно добавить declare перед

enum APIVersion {
  V1 = "V1",
}
@2naive
Copy link
Contributor

2naive commented Mar 9, 2022

Hi,

Thank you for submitting an issue.

Could you please send pull request that works for you?

Thanks!

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