interface RawLocalizedString {
    locale: string;
    value: string;
}

Properties

Properties

locale: string
value: string