mini-effect
Preparing search index...
schema
intersectAsync
Function intersectAsync
intersectAsync
<
const
TOptions$1
extends
IntersectOptionsAsync
>
(
options
:
TOptions$1
,
)
:
IntersectSchemaAsync
<
TOptions$1
,
undefined
>
Creates an intersect schema.
Type Parameters
const
TOptions$1
extends
IntersectOptionsAsync
Parameters
options
:
TOptions$1
The intersect options.
Returns
IntersectSchemaAsync
<
TOptions$1
,
undefined
>
An intersect schema.
intersectAsync
<
const
TOptions$1
extends
IntersectOptionsAsync
,
const
TMessage
extends
ErrorMessage
<
IntersectIssue
>
|
undefined
,
>
(
options
:
TOptions$1
,
message
:
TMessage
,
)
:
IntersectSchemaAsync
<
TOptions$1
,
TMessage
>
Creates an intersect schema.
Type Parameters
const
TOptions$1
extends
IntersectOptionsAsync
const
TMessage
extends
ErrorMessage
<
IntersectIssue
>
|
undefined
Parameters
options
:
TOptions$1
The intersect options.
message
:
TMessage
The error message.
Returns
IntersectSchemaAsync
<
TOptions$1
,
TMessage
>
An intersect schema.
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
mini-effect
Loading...
Creates an intersect schema.