core-plugin-api: remove stray NoInfer

Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com>
This commit is contained in:
Patrik Oldsberg
2023-09-14 11:02:11 +02:00
parent f22665e65f
commit e68002b7cb
@@ -46,8 +46,6 @@ export interface InternalTranslationRef<
getDefaultResource(): TranslationResource | undefined;
}
export type NoInfer<T> = T extends infer S ? S : never;
/** @alpha */
export interface TranslationRefOptions<
TId extends string,