podcastindex
    Preparing search index...

    Variable statsResponseSchemaConst

    statsResponseSchema: ZodObject<
        {
            description: ZodOptional<ZodString>;
            stats: ZodObject<
                {
                    episodeCountTotal: ZodNumber;
                    feedCountTotal: ZodNumber;
                    feedsWithNewEpisodes10days: ZodOptional<ZodNumber>;
                    feedsWithNewEpisodes30days: ZodOptional<ZodNumber>;
                    feedsWithNewEpisodes3days: ZodOptional<ZodNumber>;
                    feedsWithNewEpisodes90days: ZodOptional<ZodNumber>;
                    feedsWithValueBlocks: ZodOptional<ZodNumber>;
                },
                $loose,
            >;
            status: ZodUnion<readonly [ZodString, ZodBoolean, ZodNumber]>;
        },
        $loose,
    > = ...