podcastindex
    Preparing search index...

    Variable episodesByPodcastGuidParamsSchemaConst

    episodesByPodcastGuidParamsSchema: ZodObject<
        {
            fulltext: ZodOptional<ZodBoolean>;
            guid: ZodString;
            max: ZodOptional<ZodNumber>;
            since: ZodOptional<ZodNumber>;
        },
        $strip,
    > = ...