Skip to content

ResourceTag - Import declaration conflicts with local declaration #50

Description

@Allan-Lainchbury

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); } ...

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions