podcastindex
    Preparing search index...

    Variable episodesByFeedIdParamsSchemaConst

    episodesByFeedIdParamsSchema: ZodObject<
        {
            fulltext: ZodOptional<ZodBoolean>;
            id: ZodNumber;
            max: ZodOptional<ZodNumber>;
            since: ZodOptional<ZodNumber>;
        },
        $strip,
    > = ...