Interface ImageReport

Represents a reported image's information.

interface ImageReport {
    authorId: string;
    description: string;
    existed: boolean;
    imageId: number;
}

Properties

authorId: string
description: string
existed: boolean
imageId: number