export interface ListBoxOption { id: number | string; displayText: string; }