TranslationRef
Home > @backstage/frontend-plugin-api > TranslationRef
Signature:
export interface TranslationRef<TId extends string = string, TMessages extends {
[key in string]: string;
} = {
[key in string]: string;
}>
Properties
|
Property |
Modifiers |
Type |
Description |
|---|---|---|---|
|
'@backstage/TranslationRef' | |||
|
TId | |||
|
TMessages |