export interface Op { label?: string value: any [x: string]: any } export interface FI { code: string prefix?: string key: string | Array type?: string label?: string props?: any style?: any inputStyle?: any options?: Array children?: Array component?: any initValue?: any }