Backstage
    Preparing search index...

    Interface TranslationRef<TId, TMessages>

    interface TranslationRef<
        TId extends string = string,
        TMessages extends { [key in string]: string } = { [key in string]: string },
    > {
        $$type: "@backstage/TranslationRef";
        id: TId;
        T: TMessages;
    }

    Type Parameters

    • TId extends string = string
    • TMessages extends { [key in string]: string } = { [key in string]: string }
    Index

    Properties

    Properties

    $$type: "@backstage/TranslationRef"
    id: TId