Skip to content

Interface: ReviewSubmitV1SuccessResponse

Success response for Submit Review (v1)

Properties

data?

ts
optional data?: {
  message?: string;
  verification_email_sent?: boolean;
};

message?

ts
optional message?: string;

verification_email_sent?

ts
optional verification_email_sent?: boolean;

message?

ts
optional message?: string;

status

ts
status: "success";