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