// /types/dashboard.ts
export interface Zipcode {
  
    z_code: string | null;
    total_appointments: string | null;
    
  }
  