UNPKG

@piarre/ts-freebox

Version:

7 lines (5 loc) 100 B
interface LanInterface { name: string; host_count: number; } export type { LanInterface };