Skip to content

Instantly share code, notes, and snippets.

@notgull
Created August 19, 2019 20:27
Show Gist options
  • Save notgull/5fcfd1322ad1bb3080acda346c89c591 to your computer and use it in GitHub Desktop.
Save notgull/5fcfd1322ad1bb3080acda346c89c591 to your computer and use it in GitHub Desktop.
server/metadata/metadata.ts(47,10): error TS2395: Individual declarations in merged declaration 'rating' must be all exported or all local.
server/metadata/metadata.ts(47,10): error TS2440: Import declaration conflicts with local declaration of 'rating'.
server/metadata/metadata.ts(48,14): error TS2395: Individual declarations in merged declaration 'rating' must be all exported or all local.
server/metadata/metadata.ts(48,14): error TS7022: 'rating' implicitly has type 'any' because it does not have a type annotation and is referenced directly or indirectly in its own initializer.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment