@theredspace/spp-client
    Preparing search index...

    Interface Attachment

    interface Attachment {
        association?: string;
        attachmentCategoryId?: string;
        attachmentid?: string;
        base64_data?: string;
        created: string;
        exclude_alert?: "0" | "1";
        file_name?: string;
        fileType?: string;
        hash_name?: string;
        hasThumbnail?: "0" | "1";
        id: string;
        is_locked?: "0" | "1";
        isFolder?: "0" | "1";
        isViewable?: "0" | "1";
        lockedBy?: string;
        name: string;
        notes?: string;
        parentid?: string;
        record?: string;
        size?: number;
        updated: string;
        uploaded_by?: string;
        workspaceId?: string;
    }
    Index

    Properties

    association?: string
    attachmentCategoryId?: string
    attachmentid?: string
    base64_data?: string
    created: string
    exclude_alert?: "0" | "1"
    file_name?: string
    fileType?: string
    hash_name?: string
    hasThumbnail?: "0" | "1"
    id: string
    is_locked?: "0" | "1"
    isFolder?: "0" | "1"
    isViewable?: "0" | "1"
    lockedBy?: string
    name: string
    notes?: string
    parentid?: string
    record?: string
    size?: number
    updated: string
    uploaded_by?: string
    workspaceId?: string