Interface JAttachmentBase

interface JAttachmentBase {
    description?: string;
    id: string;
    organizationId: string;
    subject?: string;
    thumbnail: string;
}

Hierarchy (view full)

Properties

description?: string
id: string
organizationId: string
subject?: string
thumbnail: string