Interface PossiblyNamed

An entity that can have a name

interface PossiblyNamed {
    name?: string;
}

Hierarchy (view full)

Implemented by

Properties

Properties

name?: string

Generated using TypeDoc