Backstage
    Preparing search index...

    Interface TranslationResource<TId>

    interface TranslationResource<TId extends string = string> {
        $$type: "@backstage/TranslationResource";
        id: TId;
    }

    Type Parameters

    • TId extends string = string
    Index

    Properties

    Properties

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