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

    Variable HealthCheckRouteOptionsSchemaConst

    HealthCheckRouteOptionsSchema: ZodObject<
        {
            host: ZodString;
            ingressTag: ZodOptional<ZodNullable<ZodString>>;
            priority: ZodOptional<ZodNumber>;
            serviceId: ZodString;
        },
        "strip",
        ZodTypeAny,
        {
            host: string;
            ingressTag?: string
            | null;
            priority?: number;
            serviceId: string;
        },
        {
            host: string;
            ingressTag?: string
            | null;
            priority?: number;
            serviceId: string;
        },
    > = ...

    Health check route options schema