Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

LocalizedString

import type { LocalizedString } from "https://googleapis.deno.dev/v1/walletobjects:v1.ts";
interface LocalizedString {
defaultValue?: TranslatedString;
kind?: string;
translatedValues?: TranslatedString[];
}

§Properties

§
defaultValue?: TranslatedString
[src]

Contains the string to be displayed if no appropriate translation is available.

§
kind?: string
[src]

Identifies what kind of resource this is. Value: the fixed string "walletobjects#localizedString".

§
translatedValues?: TranslatedString[]
[src]

Contains the translations for the string.