drupflare/worker - v1.0.0
Preparing search index...
ops/thresholds
thresholdReport
Function thresholdReport
thresholdReport
(
used
?:
Partial
<
Record
<
string
,
number
>
>
,
env
?:
PlanEnv
|
null
,
)
:
{
hardCapCount
:
number
;
plan
:
"free"
|
"paid"
;
readings
:
MeterReading
[]
}
a full report, for a UI or a diagnostic route
Parameters
used
:
Partial
<
Record
<
string
,
number
>
>
= {}
Optional
env
:
PlanEnv
|
null
Returns
{
hardCapCount
:
number
;
plan
:
"free"
|
"paid"
;
readings
:
MeterReading
[]
}
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
drupflare/worker - v1.0.0
Loading...
a full report, for a UI or a diagnostic route