export type MultiSelectValue = string | number | Option; export type Option = { [key in string]: string | number; };