@karmaniverous/jeeves-watcher
    Preparing search index...

    Variable configWatchConfigSchemaConst

    configWatchConfigSchema: ZodObject<
        {
            debounceMs: ZodOptional<ZodNumber>;
            enabled: ZodOptional<ZodBoolean>;
            reindex: ZodOptional<
                ZodUnion<readonly [ZodLiteral<"issues">, ZodLiteral<"full">]>,
            >;
        },
        $strip,
    > = ...

    Configuration watch settings.