Interface I18nNamespaces

Namespaces helper for typed translation. This matches the ns object in I18n class.

interface I18nNamespaces {
    common: TFunction<"translation", undefined>;
    coreutils: TFunction<"translation", undefined>;
    filesystem: TFunction<"translation", undefined>;
    kernel: TFunction<"translation", undefined>;
    terminal: TFunction<"translation", undefined>;
}

Properties

common: TFunction<"translation", undefined>
coreutils: TFunction<"translation", undefined>
filesystem: TFunction<"translation", undefined>
kernel: TFunction<"translation", undefined>
terminal: TFunction<"translation", undefined>