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