Interface

NM-1.0NMSettingUserConstructorProps

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

Hierarchy (View Summary)

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