export interface DropdownListItem { id?: number; name?: string | null; }