Skip to content

Interface{} type not converted to any #13

@john8329

Description

@john8329

Small fix needed when converting an interface{} to typescript. At the moment the generated code is:

    data: { [key: string]: interface {} } | null;

While it should be:

    data: { [key: string]: any } | null;

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions