interface ObjectTypeConfig {
    log?: boolean | Logger;
}

Hierarchy (View Summary)

Properties

Properties

log?: boolean | Logger