UNPKG

@ultrade/ultrade-js-sdk

Version:

This package contains the original js/ts SDK.

10 lines (9 loc) 233 B
import { Theme } from "@ultrade/shared/browser/interfaces"; export interface IThemeSettings { currentTheme: string; value?: Theme; logo?: string; } export interface IGetSettingsArgs { themeSettings: IThemeSettings; }