@mradex77/google-play-scraper - v1.0.0
    Preparing search index...

    Variable countryFetchSettingsSchemaConst

    countryFetchSettingsSchema: ZodMiniObject<
        {
            fallback: ZodMiniOptional<
                ZodMiniCustom<
                    (
                        input: string | URL | Request,
                        init?: RequestInit,
                    ) => Promise<Response>,
                    (input: string | URL | Request, init?: RequestInit) => Promise<Response>,
                >,
            >;
            perCountry: ZodMiniRecord<
                ZodMiniString<string>,
                ZodMiniCustom<
                    (
                        input: string | URL | Request,
                        init?: RequestInit,
                    ) => Promise<Response>,
                    (input: string | URL | Request, init?: RequestInit) => Promise<Response>,
                >,
            >;
        },
        $strip,
    > = ...