@netresearch/node-magento-eqp
    Preparing search index...

    Interface File

    interface File {
        content_type: string;
        file_hash: string;
        file_upload_id: string;
        filename: string;
        is_profile_image: boolean;
        malware_status: string;
        size: number;
        submission_ids: string[];
        url: string;
    }
    Index

    Properties

    content_type: string
    file_hash: string
    file_upload_id: string
    filename: string
    is_profile_image: boolean
    malware_status: string
    size: number
    submission_ids: string[]
    url: string