interface CustomizerData {
    background: BackgroundVariant;
    theme: BrowserTheme;
    userColor: null | HexValueBackground;
    userImages: UserImage[];
}

Properties

background: BackgroundVariant
userColor: null | HexValueBackground
userImages: UserImage[]