Interface BaseEntityProps

interface BaseEntityProps {
    name?: string;
}

Hierarchy (view full)

Properties

Properties

name?: string