Typir provides a default set of Kinds, e.g. primitive types and class types. For domain-specific kinds, implement this interface or create a new sub-class of an existing kind-class.

interface Kind {
    $name: string;
}

Implemented by

Properties

Properties

$name: string