/**
 * Generated by orval v8.23.0 🍺
 * Do not edit manually.
 * Api
 * API operativa de Y.E. Transport & Constructors
 * OpenAPI spec version: 1.0.0
 */

export interface PublicOverview {
  companyName: string;
  tagline: string;
  location: string;
  serviceAreas: string[];
  fleetCount: number;
  activeProjects: number;
  /** @nullable */
  featuredImage?: string | null;
}
