Interface JTranslationBundleById

interface JTranslationBundleById {
    [bundleId: string]: JTranslationBundle;
}

Indexable

[bundleId: string]: JTranslationBundle