mirror of
https://github.com/FlipsideCrypto/DefinitelyTyped.git
synced 2026-02-06 10:56:53 +00:00
Changed the value type to any in order to support Nested Objects
This commit is contained in:
parent
284c2b8828
commit
bfa960ba20
2
angular-translate/angular-translate.d.ts
vendored
2
angular-translate/angular-translate.d.ts
vendored
@ -13,7 +13,7 @@ declare module "angular-translate" {
|
||||
declare module angular.translate {
|
||||
|
||||
interface ITranslationTable {
|
||||
[key: string]: string;
|
||||
[key: string]: any;
|
||||
}
|
||||
|
||||
interface ILanguageKeyAlias {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user