Skip to content

Optional index signature #7118

Closed
Closed
@Pajn

Description

@Pajn

It should be possible to make the index signature optional like this:
export type Actions = {[type: string]?: Action}

If the index signature is not optional (as I'm required to type right now) I get errors when passing parameters with the Actions type as the index signature is missing in the passed object.

Metadata

Metadata

Assignees

No one assigned

    Labels

    ExternalRelates to another program, environment, or user action which we cannot control.

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions