webring
    Preparing search index...

    Variable ResultSchemaConst

    ResultSchema: ZodArray<
        ZodObject<
            {
                date: ZodDate;
                preview: ZodOptional<ZodString>;
                source: ZodObject<
                    {
                        filter: ZodOptional<
                            ZodFunction<ZodTuple<[ZodString], ZodUnknown>, ZodBoolean>,
                        >;
                        title: ZodString;
                        url: ZodString;
                    },
                    "strip",
                    ZodTypeAny,
                    {
                        filter?: (...args: [string, ...unknown[]]) => boolean;
                        title: string;
                        url: string;
                    },
                    {
                        filter?: (...args: [string, ...unknown[]]) => boolean;
                        title: string;
                        url: string;
                    },
                >;
                title: ZodString;
                url: ZodString;
            },
            "strip",
            ZodTypeAny,
            {
                date: Date;
                preview?: string;
                source: {
                    filter?: (...args: [string, ...unknown[]]) => boolean;
                    title: string;
                    url: string;
                };
                title: string;
                url: string;
            },
            {
                date: Date;
                preview?: string;
                source: {
                    filter?: (...args: [string, ...unknown[]]) => boolean;
                    title: string;
                    url: string;
                };
                title: string;
                url: string;
            },
        >,
        "many",
    > = ...

    A list of results