export interface ISelectBase { id?: number | string; label: string; value: string; [p: string]: any; }