interface LanInterface {
    name: string;
    host_count: number;
}

export type { LanInterface };
