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

ResourceTag - Import declaration conflicts with local declaration #50

Open
Allan-Lainchbury opened this issue Dec 9, 2020 · 0 comments

Comments

@Allan-Lainchbury
Copy link

I'm getting an error in 'cloudform-types/types/fms/policy.d.ts' when using version 6.1.0:

"error TS2440: Import declaration conflicts with local declaration of 'ResourceTag'".

I can see the conflict in the file:

import { ResourceBase, ResourceTag } from '../resource'; import { Value, List } from '../dataTypes'; export declare class ResourceTag { Key: Value<string>; Value?: Value<string>; constructor(properties: ResourceTag); } ...

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