export interface NodeNetworkConfigurationInterfaceIPV6Address { ip: string; 'prefix-length'?: number; 'mptcp-flags'?: string[]; }