export interface CustomerDataOptionInterface { label: string; value?: string; options?: Array; }