Interface ReflectionType

interface ReflectionType {
    declaration: JSONOutput.DeclarationReflection | JSONOutput.ReferenceReflection;
    type: "reflection";
}

Hierarchy (view full)

Properties

Properties

type: "reflection" = "reflection"

The type name identifier.