Interface ILocalizedString

interface ILocalizedString {
    original: string;
    value: string;
}

Properties§

§original: string
§value: string