Skip to content

Offer typings as part of the grpc-health-check package #1506

@acazacu

Description

@acazacu

Is your feature request related to a problem? Please describe.

Using the grpc-health-check with Typescript, the package does not currently offer typings, making it cumbersome to work with.

Describe the solution you'd like

Include typings into the package via the tools made available to generate them. As part of the publishing process, my suggestion would be to use ProtobufJS to generate the typings and include them into the published package.

Describe alternatives you've considered

An alternative solution and a current workaround that I implement is compiling the typings in the implementing project. This, however, is not efficient. It requires bundling the Health protocol definition in every implementing project.

Additional context

N/A

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions