Type alias ReflectionVisitor

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