interface NameProperty {
    name: string;
    propertyKey: string;
}

Hierarchy (view full)

Properties

Properties

name: string
propertyKey: string