@webitel/api-services
    Preparing search index...
    interface StorageSafeUploadFileRequestMetadata {
        channel?: StorageUploadFileChannel;
        domainId?: string;
        generateThumbnail?: boolean;
        mimeType?: string;
        name?: string;
        profileId?: string;
        progress?: boolean;
        properties?: StorageCustomFileProperties;
        streamResponse?: boolean;
        uuid?: string;
    }
    Index

    Properties

    domainId?: string
    generateThumbnail?: boolean
    mimeType?: string
    name?: string
    profileId?: string
    progress?: boolean
    streamResponse?: boolean
    uuid?: string