File

src/app/core/models/review.ts

Index

Properties

Properties

description
description: string
Type : string
id
id: string
Type : string
locale
locale: string
Type : string
name
name: string
Type : string
rating_option_vote
rating_option_vote: RatingOptionVote
Type : RatingOptionVote
title
title: string
Type : string
updated_at
updated_at: string
Type : string
import { RatingOptionVote } from './rating_option_vote';

export class Review {
  id: string;
  description: string;
  locale: string;
  title: string;
  name: string;
  rating_option_vote: RatingOptionVote
  updated_at: string;
}

results matching ""

    No results matching ""