Home > @skunkteam/types > Properties
The properties of an object type.
Signature:
type Properties = Record<string, Type<any>>;
References: Type
This is a mapping from string-keys to type-validators. During compilation this object is automatically converted into a proper TypeScript type for static analysis by the compiler.