podcastindex
    Preparing search index...

    Variable statsSchemaConst

    statsSchema: ZodObject<
        {
            episodeCountTotal: ZodNumber;
            feedCountTotal: ZodNumber;
            feedsWithNewEpisodes10days: ZodOptional<ZodNumber>;
            feedsWithNewEpisodes30days: ZodOptional<ZodNumber>;
            feedsWithNewEpisodes3days: ZodOptional<ZodNumber>;
            feedsWithNewEpisodes90days: ZodOptional<ZodNumber>;
            feedsWithValueBlocks: ZodOptional<ZodNumber>;
        },
        $loose,
    > = ...