export interface ICommonBoolListItem { show: string; val: boolean; } export interface ICommonStringListItem { show: string; val: string; }