import type { WgSubnetClients } from './WgSubnetClients'; export type WgSubnetConfig = { name: string; clients: WgSubnetClients; };