A simple registry of named classes.

interface ClassConfig {
    classes: StrictObject<Constructor<any, any[]>>;
}

Properties

Properties

classes: StrictObject<Constructor<any, any[]>>

Constructors keyed by name.