export type BlobStorageProperties = { contentType: string; contentLength: number; etag: string; };