diff --git a/node-azure/azure.d.ts b/node-azure/azure.d.ts index 06eb80831..5328dd937 100644 --- a/node-azure/azure.d.ts +++ b/node-azure/azure.d.ts @@ -844,7 +844,7 @@ declare module "azure" { container: string; etag: string; - lastModified: Date; + lastModified: string; contentType: string; contentEncoding: string; contentLanguage: string; @@ -894,7 +894,7 @@ declare module "azure" { publicAccessLevel: string; etag: string; - lastModified: Date; + lastModified: string; leaseStatus: string; leaseDuration: string; leaseState: string; @@ -916,15 +916,15 @@ declare module "azure" { container: string; blob: string; id: string; - time: Date; + time: string; etag: string; - lastModified: Date; + lastModified: string; constructor(); constructor(container: string); constructor(container: string, blob: string); constructor(container: string, blob: string, id: string); - constructor(container: string, blob: string, id: string, time: Date); + constructor(container: string, blob: string, id: string, time: string); getPropertiesFromHeaders(header: any): void; }