export interface TrackingCustomers { role?: string | null; name?: string | null; phone_number?: string | null; email?: string | null; language?: string | null; id?: string | null; }