Skip to content

TypeDefaultsMap

Since v0.1.0

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

type TypeDefaultsMap = Record<string, TypeDefault>