Skip to content

Type parameter hints #27

@evestera

Description

@evestera

E.g.

{
  "/hits/hits/-/_source": {
    "type_parameter": "T"
  }
}

or

{
  "/hits/hits/-/_source": {
    "use_type": "type_parameter"
  }
}

For typescript/typealias this is already possible with just adding <T> to the type name and using

{
  "/hits/hits/-/_source": {
    "use_type": "T"
  }
}

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