From ac52e5a7324b98731d92717be24cd547a9f78e46 Mon Sep 17 00:00:00 2001 From: Tim Jackson-Kiely Date: Wed, 4 Mar 2015 10:40:18 +1300 Subject: [PATCH] Remove unnecessary name field --- node-polyglot/node-polyglot.d.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/node-polyglot/node-polyglot.d.ts b/node-polyglot/node-polyglot.d.ts index 1b3469f02..0f5bd8922 100644 --- a/node-polyglot/node-polyglot.d.ts +++ b/node-polyglot/node-polyglot.d.ts @@ -6,7 +6,6 @@ declare module "node-polyglot" { module Polyglot { interface InterpolationOptions { - name?: string; smart_count?: number; _?: string; }