/** * #health.ts * * Code generated by ts-proto. DO NOT EDIT. * @packageDocumentation */ export type HealthStatus = { start?: string | undefined; end?: string | undefined; }; //# sourceMappingURL=health.d.ts.map