Interface BaseComponent

interface BaseComponent {
    id?: number;
    type: ComponentTypes;
}

Hierarchy (view full)

Properties

Properties

id?: number

Autoincremented number if not provided