export type UploadProgressResponse = {
    QueryUploadProgress: {
        ProgressDescription: string;
        ErrorDescription: string;
    };
};
