Type alias SomeReflection

SomeReflection: {
    [K in keyof ReflectionVariant]: ModelToObject<ReflectionVariant[K]>
}[keyof ReflectionVariant]

Generated using TypeDoc