export interface NetworkDetailsResponse { headquarters: string; homepage: string; id: number; name: string; origin_country: string; }