interface ListDataText { value: string; label: string; } export type{ ListDataText }