Interface

AppStream-1.0AppStreamReviewConstructorProps

interface ConstructorProps {
    date: AppStream.Review;
    description: string;
    flags: number;
    id: string;
    locale: string;
    priority: number;
    rating: number;
    reviewer_id: string;
    reviewer_name: string;
    reviewerId: string;
    reviewerName: string;
    summary: string;
    version: string;
}

Hierarchy (View Summary)

Index

Properties

description: string
flags: number
id: string
locale: string
priority: number
rating: number
reviewer_id: string
reviewer_name: string
reviewerId: string
reviewerName: string
summary: string
version: string