@accelerated-software-development/caddy-api-client - v0.2.2
    Preparing search index...

    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