export interface SelectOptionInterface { id: TYPE; text: string; }