Type Alias Preferences

Preferences: {
    language: string;
    theme: "Light" | "Dark";
}

Type declaration

  • language: string

    The current UI language of Studio Pro, e.g. "en-US".

  • theme: "Light" | "Dark"

    The current UI theme of Studio Pro.