Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ContentTypes in index.d.ts are mixed up #565

Closed
FreeRiderBysik opened this issue May 6, 2023 · 1 comment · Fixed by #571
Closed

ContentTypes in index.d.ts are mixed up #565

FreeRiderBysik opened this issue May 6, 2023 · 1 comment · Fixed by #571

Comments

@FreeRiderBysik
Copy link
Contributor

FreeRiderBysik commented May 6, 2023

export type PrometheusContentType =
${OpenMetricsMIME}; version=${OpenMetricsVersion}; charset=${Charset};

export type OpenMetricsContentType =
${PrometheusMIME}; version=${PrometheusMetricsVersion}; charset=${Charset};

@SimenB
Copy link
Collaborator

SimenB commented May 10, 2023

wanna send a PR?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
2 participants