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/gamesConfiguration:v1configuration.ts";

A localized string resource.

interface LocalizedString {
kind?: string;
locale?: string;
value?: string;
}

§Properties

§
kind?: string
[src]

Uniquely identifies the type of this resource. Value is always the fixed string gamesConfiguration#localizedString.

§
locale?: string
[src]

The locale string.

§
value?: string
[src]

The string value.