core-plugin-api: remove stray NoInfer
Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com>
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user