Type Alias ReflectionVisitor

ReflectionVisitor: {
    [K in keyof ReflectionVariant]?: ((refl: ReflectionVariant[K]) => void)
}