interface BaseComponentData {
    id?: number;
    type: ComponentType;
}

Hierarchy (View Summary)

Properties

Properties

id?: number