export interface PghAutoCompleteSelectionChange { selectedValues: T[]; changedItems: T[]; type: 'add' | 'remove'; }