Type alias InterfaceImages

InterfaceImages: {
    favicon?: string;
    login_background?: string;
    logo_default?: string;
    logo_small?: string;
}

Type declaration

  • Optional favicon?: string

    URL of the favicon

  • Optional login_background?: string

    URL of the login background image

  • Optional logo_default?: string

    URL of the default logo

  • Optional logo_small?: string

    URL of the small logo