@traversable/schema
Preparing search index...
@traversable/schema
t_record
Interface t_record<S>
interface
t_record
<
S
>
{
_type
:
Record
<
string
,
S
[
"_type"
&
keyof
S
]
>
;
def
:
S
;
tag
:
"@traversable/schema/URI::record"
;
(
got
:
Unknown
|
Record
<
string
,
S
[
"_type"
&
keyof
S
]
>
,
)
:
got
is
Record
<
string
,
S
[
"_type"
&
keyof
S
]
>
;
(
got
:
unknown
)
:
got
is
Record
<
string
,
S
[
"_type"
&
keyof
S
]
>
;
}
Type Parameters
S
t_record
(
got
:
Unknown
|
Record
<
string
,
S
[
"_type"
&
keyof
S
]
>
,
)
:
got
is
Record
<
string
,
S
[
"_type"
&
keyof
S
]
>
Parameters
got
:
Unknown
|
Record
<
string
,
S
[
"_type"
&
keyof
S
]
>
Returns
got
is
Record
<
string
,
S
[
"_type"
&
keyof
S
]
>
t_record
(
got
:
unknown
)
:
got
is
Record
<
string
,
S
[
"_type"
&
keyof
S
]
>
Parameters
got
:
unknown
Returns
got
is
Record
<
string
,
S
[
"_type"
&
keyof
S
]
>
Index
Properties
_
type
def
tag
Properties
Readonly
_
type
_type
:
Record
<
string
,
S
[
"_type"
&
keyof
S
]
>
def
def
:
S
tag
tag
:
"@traversable/schema/URI::record"
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
_
type
def
tag
@traversable/schema
Loading...