Add indexer for 'node-azure'.

This commit is contained in:
Daniel Rosenwasser
2015-08-21 17:36:47 -07:00
parent 2ffc0452e5
commit 7ed5ae7715
+1
View File
@@ -1627,6 +1627,7 @@ declare module "azure" {
RowKey: string;
Timestamp?: Date;
etag?: string;
[property: string]: string | number | boolean | Date;
}
//#endregion
//#region BlobService Interfaces