interface ActionItem {
    collapsed: boolean;
    collapsible: boolean;
    content: string;
    enablePictureComments: boolean;
    id: string;
    pictures: Picture[];
    status: string;
    targetId: string;
    targetType: string;
    type: string;
    users: User[];
    usersCount: number;
}

Properties

collapsed: boolean
collapsible: boolean
content: string
enablePictureComments: boolean
id: string
pictures: Picture[]
status: string
targetId: string
targetType: string
type: string
users: User[]
usersCount: number