Alokai

ReviewCreated

type ReviewCreated = MessagePayload & {
  __typename?: 'ReviewCreated';
  review: Review;
  type: Scalars['String'];
};

Referenced Types

On this page