export interface IConfigOption { label: string value: string desc: string }