Introduction
Migration
Appearance
import { ToMapIdentity } from "@tsed/core/src/types/utils/objects/toMap";
See /packages/core/src/types/utils/objects/toMap.ts.
type ToMapIdentity<V> = string | ToMapIdentityCB<V>;