Type alias InterfaceConfig

InterfaceConfig: {
    images?: InterfaceImages;
    primary_color?: string;
    use_dark_mode?: boolean;
}

Type declaration

  • Optional images?: InterfaceImages

    Logos for the dashboard

  • Optional primary_color?: string

    Primary color for the dashboard

  • Optional use_dark_mode?: boolean

    Use dark mode for the dashboard