Interface ReflectionType

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

Hierarchy (View Summary)

Properties

Properties

type: "reflection"

The type name identifier.