@traversable/schema
Preparing search index...
@traversable/schema-seed
Seed
Options
Type Alias Options<TypeName>
type
Options
<
TypeName
extends
t
.
TypeName
=
typeof
exclude
[
number
]
>
=
{
exclude
?:
[
TypeName
]
extends
[
never
]
?
[
]
:
TypeName
[]
;
jsonArbitrary
?:
fc.Arbitrary
<
JsonValue
>
;
minDepth
?:
number
;
rootType
?:
keyof
Seed
.
Builder
;
}
Type Parameters
TypeName
extends
t
.
TypeName
=
typeof
exclude
[
number
]
Index
Properties
exclude?
json
Arbitrary?
min
Depth?
root
Type?
Properties
Optional
exclude
exclude
?:
[
TypeName
]
extends
[
never
]
?
[
]
:
TypeName
[]
Optional
json
Arbitrary
jsonArbitrary
?:
fc.Arbitrary
<
JsonValue
>
Optional
min
Depth
minDepth
?:
number
Optional
root
Type
rootType
?:
keyof
Seed
.
Builder
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
exclude
json
Arbitrary
min
Depth
root
Type
@traversable/schema
Loading...