Preparing search index...
The search index is not available
Typescript SDK Type Docs
Typescript SDK Type Docs
Platform SDK
ReviewCreatedMessagePayload
Interface ReviewCreatedMessagePayload
Generated after a successful
Create Review
request.
interface
ReviewCreatedMessagePayload
{
review
:
Review
;
type
:
"ReviewCreated"
;
}
Index
Properties
review
type
Properties
Readonly
review
review
:
Review
Review
that was created.
Readonly
type
type
:
"ReviewCreated"
Settings
Member Visibility
Protected
Private
Inherited
External
Theme
OS
Light
Dark
On This Page
review
type
Typescript SDK Type Docs
Loading...
Generated after a successful Create Review request.