jamespot-user-api
    Preparing search index...

    Variable filterValueSchemaConst

    filterValueSchema: ZodUnion<
        [
            ZodBoolean,
            ZodString,
            ZodNumber,
            ZodArray<ZodString, "many">,
            ZodObject<
                ZodShape<ValueLinkSrc>,
                "strip",
                ZodTypeAny,
                ValueLinkSrc,
                ValueLinkSrc,
            >,
            ZodObject<
                ZodShape<ValueLinkTarget>,
                "strip",
                ZodTypeAny,
                ValueLinkTarget,
                ValueLinkTarget,
            >,
            ZodObject<ZodShape<ValueDate>, "strip", ZodTypeAny, ValueDate, ValueDate>,
        ],
    > = ...