podcastindex
    Preparing search index...

    Variable recentNewFeedsParamsSchemaConst

    recentNewFeedsParamsSchema: ZodObject<
        {
            desc: ZodOptional<ZodBoolean>;
            feedid: ZodOptional<ZodNumber>;
            max: ZodOptional<ZodNumber>;
            since: ZodOptional<ZodNumber>;
        },
        $strip,
    > = ...