Type alias CommunityThemeSetting

CommunityThemeSetting: {
    customThemeLayoutType?: string | null;
    themeLayout: string;
    themeLayoutType?: string | null;
}

Type declaration

  • Optional customThemeLayoutType?: string | null
  • themeLayout: string
  • Optional themeLayoutType?: string | null