prorm API Reference
← Documentation
GitLab
Preparing search index...
index
RateLimitInfo
Interface RateLimitInfo
interface
RateLimitInfo
{
identifier
:
string
;
identifierType
:
"user"
|
"role"
|
"ip"
|
"endpoint"
;
limit
:
number
;
current
:
number
;
window
:
"day"
|
"hour"
|
"minute"
;
action
:
RateLimitAction
;
timestamp
:
Date
;
}
Index
Properties
identifier
identifier
Type
limit
current
window
action
timestamp
Properties
identifier
identifier
:
string
identifier
Type
identifierType
:
"user"
|
"role"
|
"ip"
|
"endpoint"
limit
limit
:
number
current
current
:
number
window
window
:
"day"
|
"hour"
|
"minute"
action
action
:
RateLimitAction
timestamp
timestamp
:
Date
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
On This Page
Properties
identifier
identifier
Type
limit
current
window
action
timestamp
← Documentation
GitLab
prorm API Reference
Loading...