Add widget cell types of 'alerts', 'news', & 'guide'

pull/10616/head
Jared Scheib 2018-05-16 16:42:01 -07:00
parent 7b39e69eff
commit 24d799c128
1 changed files with 3 additions and 0 deletions

View File

@ -75,6 +75,9 @@ export enum CellType {
SingleStat = 'single-stat',
Gauge = 'gauge',
Table = 'table',
Alerts = 'alerts',
News = 'news',
Guide = 'guide',
}
interface TemplateValue {