@mradex77/google-play-scraper - v1.0.0
GitHub
npm
Preparing search index...
availabilityOptionsSchema
Variable availabilityOptionsSchema
Const
availabilityOptionsSchema
:
ZodMiniObject
<
{
appId
:
ZodMiniString
<
string
>
;
concurrency
:
ZodMiniDefault
<
ZodMiniNumberFormat
>
;
countries
:
ZodMiniArray
<
ZodMiniString
<
string
>
>
;
lang
:
ZodMiniDefault
<
ZodMiniString
<
string
>
>
;
requestOptions
:
ZodMiniOptional
<
ZodMiniObject
<
{
fetchImpl
:
ZodMiniOptional
<
ZodMiniCustom
<
(
input
:
string
|
URL
|
Request
,
init
?:
RequestInit
,
)
=>
Promise
<
Response
>
,
(
input
:
string
|
URL
|
Request
,
init
?:
RequestInit
,
)
=>
Promise
<
Response
>
,
>
,
>
;
headers
:
ZodMiniOptional
<
ZodMiniRecord
<
ZodMiniString
<
string
>
,
ZodMiniString
<
string
>
>
,
>
;
onRequest
:
ZodMiniOptional
<
ZodMiniCustom
<
OnRequest
,
OnRequest
>
>
;
onResponse
:
ZodMiniOptional
<
ZodMiniCustom
<
OnResponse
,
OnResponse
>
>
;
onRetry
:
ZodMiniOptional
<
ZodMiniCustom
<
OnRetry
,
OnRetry
>
>
;
retries
:
ZodMiniOptional
<
ZodMiniNumberFormat
>
;
signal
:
ZodMiniOptional
<
ZodMiniCustom
<
AbortSignal
,
AbortSignal
>
>
;
timeoutMs
:
ZodMiniOptional
<
ZodMiniNumberFormat
>
;
}
,
$strip
,
>
,
>
;
throttle
:
ZodMiniOptional
<
ZodMiniNumber
<
number
>
>
;
}
,
$strip
,
>
= ...
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
GitHub
npm
@mradex77/google-play-scraper - v1.0.0
Loading...