Interface GameChatTranslatedMessage

interface GameChatTranslatedMessage {
    en: string;
    type: "translated";
    [lang: string]: string;
}

Indexable

[lang: string]: string

Properties

Properties

en: string
type: "translated"