zeed
Preparing search index...
record
Function record
record
<
T
extends
Type
<
unknown
>
>
(
valueType
:
T
)
:
Type
<
Record
<
string
,
Infer
<
T
>
>
>
Creates a record type validator (object with string keys and uniform value type)
Type Parameters
T
extends
Type
<
unknown
>
Parameters
valueType
:
T
Returns
Type
<
Record
<
string
,
Infer
<
T
>
>
>
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
zeed
Loading...
Creates a record type validator (object with string keys and uniform value type)