Interface ItemPropertyBaseConfig<K>

interface ItemPropertyBaseConfig<K> {
    name?: string;
    type?: ItemPropertyTypes[K];
}

Type Parameters

Hierarchy (view full)

Properties

Properties

name?: string