export interface IStoreUpload { readonly uploadId: string; readonly name: string; readonly digest: string; readonly size: number; readonly sliceSize: number; readonly userId: string; readonly file: File; }