mirror of
https://github.com/wassname/DefinitelyTyped.git
synced 2026-09-06 16:20:26 +08:00
Changed the value type to any in order to support Nested Objects
This commit is contained in:
+1
-1
@@ -13,7 +13,7 @@ declare module "angular-translate" {
|
||||
declare module angular.translate {
|
||||
|
||||
interface ITranslationTable {
|
||||
[key: string]: string;
|
||||
[key: string]: any;
|
||||
}
|
||||
|
||||
interface ILanguageKeyAlias {
|
||||
|
||||
Reference in New Issue
Block a user