Interface

NM-1.0NMSettingBondConstructorProps

interface ConstructorProps {
    name: string;
    options: { [key: string]: string };
}

Hierarchy (View Summary)

Index
options: { [key: string]: string }
name: string