Interface

NM-1.0NMSettingLoopbackConstructorProps

interface ConstructorProps {
    mtu: number;
    name: string;
}

Hierarchy (View Summary)

Index
mtu: number
name: string