export interface SimpleClassList { [key: string]: boolean, } export type SimpleClassArray = string[];