diff --git a/packages/core-plugin-api/src/translation/TranslationRef.ts b/packages/core-plugin-api/src/translation/TranslationRef.ts index 91b5d7850d..748473f92d 100644 --- a/packages/core-plugin-api/src/translation/TranslationRef.ts +++ b/packages/core-plugin-api/src/translation/TranslationRef.ts @@ -46,8 +46,6 @@ export interface InternalTranslationRef< getDefaultResource(): TranslationResource | undefined; } -export type NoInfer = T extends infer S ? S : never; - /** @alpha */ export interface TranslationRefOptions< TId extends string,