Interface ReflectionType

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

Hierarchy (view full)

Properties

Properties

type: "reflection" = "reflection"

Generated using TypeDoc