Skip to content

Latest commit

 

History

History
19 lines (11 loc) · 572 Bytes

types.properties.md

File metadata and controls

19 lines (11 loc) · 572 Bytes

Home > @skunkteam/types > Properties

Properties type

The properties of an object type.

Signature:

export declare type Properties = Record<string, Type<unknown>>;

References: Type

Remarks

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.