Skip to content

Typo in IFlagsmithFeature type definition? #307

@benwilson34

Description

@benwilson34

I noticed that the IFlagsmithFeature.id is typed as any. I looked into the types.d.ts file and found that the id field has type "numbers", which resolves to any:

Image

I'm guessing that this should be changed to id: number; instead?

And perhaps this would've been caught if skipLibCheck was false in the tsconfig.json?

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