Skip to content

Feature Request: [Feature] Remove the window.chrome interface declaration #300

Description

@Pinakin-Desai-HBK

Remove the window.chrome interface declaration

Somewhere in the code there is the following:

declare global {
    interface Window {
        chrome?: unknown;
    }
}

This interferes with typing of window.chrome in other projects. Is it possible to remove this?

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type

    Fields

    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions