Interface ActivityResponseImagesItem

interface ActivityResponseImagesItem {
    comment_threading_enabled?: boolean;
    id: string;
    image: string;
}

Properties

comment_threading_enabled?: boolean
id: string
image: string