Interface JTranslationItem

interface JTranslationItem {
    bundleId: string;
    key: string;
}

Hierarchy (view full)

Properties

Properties

bundleId: string
key: string