interface AppConfig {
    name: string;
    themeConfig: ThemeConfig;
}

Properties

Properties

name: string
themeConfig: ThemeConfig