interface DataOption { id: string; name: string; } export type { DataOption };