Type alias CommunityThemeDefinition

CommunityThemeDefinition: Metadata & {
    bundlesInfo: CommunityThemeBundleInfo[];
    customThemeLayoutType: CommunityCustomThemeLayoutType[];
    defaultBrandingSet?: string | null;
    description?: string | null;
    enableExtendedCleanUpOnDelete?: boolean | null;
    masterLabel: string;
    publisher?: string | null;
    themeRouteOverride: CommunityThemeRouteOverride[];
    themeSetting: CommunityThemeSetting[];
}

Type declaration