Introduction
Migration
Configuration
Fundamentals
Advanced
Authentication & Security
API & Documentation
ORM
Orchestration & Workflow
Testing
Third-parties
Links
Premium ConfigSource
Premium TestContainers
Appearance
import { ToMapIdentityCB } from "@tsed/core/src/types/utils/toMap";
See /packages/core/src/types/utils/toMap.ts.
type ToMapIdentityCB<V> = (item: V, index: string | number) => string | string[];