Type Utils
Preparing search index...
IntersectionSchema
Type Alias IntersectionSchema
IntersectionSchema
:
CallableFunction
&
{
<
T1
,
T2
>
(
guard1
:
IntersectionSchemaEntry
<
T1
>
,
guard2
:
IntersectionSchemaEntry
<
T2
>
,
)
:
FluentSchema
<
T1
&
T2
>
;
<
TEntries
extends
[
IntersectionSchemaEntry
<
any
>
,
IntersectionSchemaEntry
<
any
>
,
...
IntersectionSchemaEntry
<
any
>
[]
,
]
,
>
(
...
guards
:
TEntries
,
)
:
FluentSchema
<
TIntersection
<
GetIntersectionEntryTypes
<
TEntries
>
>
>
;
}
Settings
Member Visibility
Inherited
External
Theme
OS
Light
Dark
Type Utils
Loading...