Skip to content

ResourceTag - Import declaration conflicts with local declaration #50

@Allan-Lainchbury

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

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