Interface ServiceImageSet

Image set of a service or an addon.

ServiceImageSet

interface ServiceImageSet {
    darkThemeImage: string;
    lightThemeImage: string;
    whiteImage: string;
}

Properties

darkThemeImage: string

Link to the logo suitable for dark themed background.

ServiceImageSet

lightThemeImage: string

Link to the logo suitable for light themed background.

ServiceImageSet

whiteImage: string

Link to the logo that is all white.

ServiceImageSet