Introduction
Migration
Appearance
import { ValueOf } from "@tsed/core/src/types/interfaces/ValueOf";
See /packages/core/src/types/interfaces/ValueOf.ts.
type ValueOf<T> = T[keyof T];