Update dependencies. Bump version

This commit is contained in:
Kim Biesbjerg
2017-04-06 08:52:22 +02:00
parent 262a89206d
commit 677d2a35ca
2 changed files with 4 additions and 4 deletions

View File

@@ -1,6 +1,6 @@
export interface TranslationType {
[key: string]: string
};
}
export class TranslationCollection {