Variable HealthCheckRouteOptionsSchemaConst
HealthCheckRouteOptionsSchema: ZodObject<
{
host: ZodString;
priority: ZodOptional<ZodNumber>;
serviceId: ZodString;
},
"strip",
ZodTypeAny,
{ host: string; priority?: number; serviceId: string },
{ host: string; priority?: number; serviceId: string },
> = ...
Health check route options schema