Remove unnecessary name field

This commit is contained in:
Tim Jackson-Kiely
2015-03-04 10:40:18 +13:00
parent a76035cfb8
commit ac52e5a732
-1
View File
@@ -6,7 +6,6 @@
declare module "node-polyglot" {
module Polyglot {
interface InterpolationOptions {
name?: string;
smart_count?: number;
_?: string;
}