interface ActivityItem {
    assetType?: AssetType;
    canAccess: boolean;
    deleted?: boolean;
    fileType: string;
    id: string;
    slug: string;
    thumbnailUrl: string;
    title: string;
    type: string;
}

Properties

assetType?: AssetType
canAccess: boolean
deleted?: boolean
fileType: string
id: string
slug: string
thumbnailUrl: string
title: string
type: string