Skip to content

TypeDefaultsMap

Type defaults registry - a map of type names to their defaults.

type TypeDefaultsMap = Record<string, TypeDefault>