interface DataOptionRes { organizationId: string; organizationName: string; } export type { DataOptionRes };