Interface Attachment

interface Attachment {
    content_type: string;
    created_at: string;
    id: number;
    size: number;
    thumbnail_url: string;
    url: string;
}

Properties

content_type: string
created_at: string
id: number
size: number
thumbnail_url: string
url: string
MMNEPVFCICPMFPCPTTAAATR