npm package diff

Package: @forge/manifest

Versions: 7.7.0-next.8-experimental-c7a7d36 - 7.7.0-next.11

File: package/out/utils/translation-value-getter.d.ts

Index: package/out/utils/translation-value-getter.d.ts
===================================================================
--- package/out/utils/translation-value-getter.d.ts
+++ package/out/utils/translation-value-getter.d.ts
@@ -1,10 +0,0 @@
-import { type ForgeSupportedLocaleCode } from '../schema/manifest';
-interface TranslationContent {
-    [key: string]: string | TranslationContent;
-}
-declare type TranslationContentByLocaleCode = {
-    [key in ForgeSupportedLocaleCode]?: TranslationContent;
-};
-export declare const getTranslationValue: (translationLookup: TranslationContentByLocaleCode, i18nKey: string, locale: ForgeSupportedLocaleCode) => string | null;
-export {};
-//# sourceMappingURL=translation-value-getter.d.ts.map
\ No newline at end of file