BUPKIS
API
Assertions
Preparing search index...
@bupkis/property-testing
PropertyTestConfigVariantSchema
Variable PropertyTestConfigVariantSchema
Const
PropertyTestConfigVariantSchema
:
ZodUnion
<
readonly
[
ZodObject
<
{
generators
:
ZodUnion
<
readonly
[
ZodAny
,
ZodArray
<
ZodAny
>
]
>
;
runSize
:
ZodOptional
<
ZodEnum
<
{
large
:
"large"
;
medium
:
"medium"
;
small
:
"small"
}
>
,
>
;
}
,
$strip
,
>
,
ZodObject
<
{
async
:
ZodLiteral
<
true
>
;
generators
:
ZodUnion
<
readonly
[
ZodAny
,
ZodArray
<
ZodAny
>
]
>
;
runSize
:
ZodOptional
<
ZodEnum
<
{
large
:
"large"
;
medium
:
"medium"
;
small
:
"small"
}
>
,
>
;
}
,
$strip
,
>
,
ZodObject
<
{
property
:
ZodFunction
<
ZodTuple
<
readonly
[
]
,
null
>
,
ZodCustom
<
IProperty
<
any
>
|
IPropertyWithHooks
<
any
>
,
IProperty
<
any
>
|
IPropertyWithHooks
<
any
>
,
>
,
>
;
runSize
:
ZodOptional
<
ZodEnum
<
{
large
:
"large"
;
medium
:
"medium"
;
small
:
"small"
}
>
,
>
;
}
,
$strip
,
>
,
ZodObject
<
{
asyncProperty
:
ZodFunction
<
ZodTuple
<
readonly
[
]
,
null
>
,
ZodCustom
<
IAsyncProperty
<
any
>
|
IAsyncPropertyWithHooks
<
any
>
,
IAsyncProperty
<
any
>
|
IAsyncPropertyWithHooks
<
any
>
,
>
,
>
;
runSize
:
ZodOptional
<
ZodEnum
<
{
large
:
"large"
;
medium
:
"medium"
;
small
:
"small"
}
>
,
>
;
}
,
$strip
,
>
,
]
,
>
= ...
Zod schema for
PropertyTestConfigVariant
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
API
Assertions
GitHub
npm
BUPKIS
Loading...
Zod schema for PropertyTestConfigVariant