Interface LanguagePackStringValueOrdinary

Represents the value of a string in a language pack. Subtype of LanguagePackStringValue.

interface LanguagePackStringValueOrdinary {
    @type: "languagePackStringValueOrdinary";
    value: string;
}

Properties

Properties

@type: "languagePackStringValueOrdinary"
value: string

String value.