/** * #app_health.ts * * Code generated by ts-proto. DO NOT EDIT. * @packageDocumentation */ export type CheckHealthRequest = { appName: string; appVersion: string; }; export type CheckHealthResponse = { healthScore?: number | undefined; }; //# sourceMappingURL=app_health.d.ts.map