diff --git a/index.d.ts b/index.d.ts index 8cf983a7..617a1524 100644 --- a/index.d.ts +++ b/index.d.ts @@ -22,8 +22,13 @@ export type RegistryContentType = * Container for all registered metrics */ export class Registry< - BoundRegistryContentType extends RegistryContentType = PrometheusContentType, + BoundRegistryContentType extends RegistryContentType = RegistryContentType, > { + /** + * @param regContentType The content type of the registry + */ + constructor(regContentType?: RegistryContentType) + /** * Get string representation for all metrics */