Changed the value type to any in order to support Nested Objects

This commit is contained in:
Deryl Rodrigues 2015-08-07 11:35:31 -04:00
parent 284c2b8828
commit bfa960ba20

View File

@ -13,7 +13,7 @@ declare module "angular-translate" {
declare module angular.translate {
interface ITranslationTable {
[key: string]: string;
[key: string]: any;
}
interface ILanguageKeyAlias {