Backstage
    Preparing search index...

    Mock implementation of @backstage/core-plugin-api/alpha#TranslationApi.

    interface MockTranslationApi {
        getTranslation<TMessages extends { [key: string]: string }>(
            translationRef: TranslationRef<string, TMessages>,
        ): TranslationSnapshot<TMessages>;
        translation$<TMessages extends { [key: string]: string }>(): Observable<
            TranslationSnapshot<TMessages>,
        >;
    }

    Implements

    Index

    Methods