Gleam - v1.0.2
    Preparing search index...

    Type Alias SettingsOverrides

    SettingsOverrides: Partial<
        Omit<
            typeof Settings,
            "prototype"
            | "init"
            | "setLocalStorage"
            | "localStorage",
        >,
    >

    Subset of writable Settings fields that Settings.init accepts (everything except the methods and persisted-storage view). Pass to super() when subclassing Game.