export interface PaginatedDropdownOptions { options: T[]; total: number; }