From 17eb85b296129e9d0c117de1ecb1e3ce9d07ea5c Mon Sep 17 00:00:00 2001 From: SomaticIT Date: Fri, 10 Oct 2014 19:37:19 +0200 Subject: [PATCH] Fix implementation of QueueMessageResult --- node-azure/azure.d.ts | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/node-azure/azure.d.ts b/node-azure/azure.d.ts index cb759f19e..06eb80831 100644 --- a/node-azure/azure.d.ts +++ b/node-azure/azure.d.ts @@ -945,6 +945,11 @@ declare module "azure" { export class QueueMessageResult { queue: string; + insertiontime: string; + expirationtime: string; + timenextvisible: string; + messagetext: string; + dequeuecount: string; messageid: string; popreceipt: string; metadata: StorageMetadata;