You’re viewing the
v1.5.8
(legacy) docs.
Go to the latest docs →
Gaunt Sloth Assistant
GitHub
Preparing search index...
gaunt-sloth
middleware/reviewRateMiddleware
ReviewRatingArtifact
Interface ReviewRatingArtifact
Type representing a review rating response.
interface
ReviewRatingArtifact
{
comment
:
string
;
maxRating
:
number
;
minRating
:
number
;
passThreshold
:
number
;
rate
:
number
;
}
Hierarchy (
View Summary
)
RateResponse
ReviewRatingArtifact
Index
Properties
comment
max
Rating
min
Rating
pass
Threshold
rate
Properties
comment
comment
:
string
max
Rating
maxRating
:
number
min
Rating
minRating
:
number
pass
Threshold
passThreshold
:
number
rate
rate
:
number
Settings
Member Visibility
Protected
Inherited
External
Alpha
Beta
Theme
OS
Light
Dark
On This Page
Properties
comment
max
Rating
min
Rating
pass
Threshold
rate
GitHub
Gaunt Sloth Assistant
Loading...
Type representing a review rating response.