Github
Preparing search index...
The search index is not available
Documentation
Documentation
@web3-storage/upload-client
unknown
Schema
Interface Schema<O, I>
Type Parameters
O
extends
unknown
=
unknown
I
extends
unknown
=
unknown
Hierarchy
Reader
<
O
,
I
>
Schema
NumberSchema
DefaultSchema
Index
Methods
and
array
brand
default
from
is
nullable
optional
or
read
refine
Methods
and
and
<
T
>
(
other
)
:
Schema
<
O
&
T
,
I
>
Type Parameters
T
Parameters
other
:
Reader
<
T
,
I
,
Failure
>
Returns
Schema
<
O
&
T
,
I
>
array
array
(
)
:
Schema
<
O
[]
,
I
>
Returns
Schema
<
O
[]
,
I
>
brand
brand
<
K
>
(
kind
?
)
:
Schema
<
Branded
<
O
,
K
>
,
I
>
Type Parameters
K
extends
string
Parameters
Optional
kind
:
K
Returns
Schema
<
Branded
<
O
,
K
>
,
I
>
default
default
(
value
)
:
DefaultSchema
<
Exclude
<
O
,
undefined
>
,
I
>
Parameters
value
:
Exclude
<
O
,
undefined
>
Returns
DefaultSchema
<
Exclude
<
O
,
undefined
>
,
I
>
from
from
(
value
)
:
O
Parameters
value
:
I
Returns
O
is
is
(
value
)
:
value
is
O
Parameters
value
:
unknown
Returns
value
is
O
nullable
nullable
(
)
:
Schema
<
null
|
O
,
I
>
Returns
Schema
<
null
|
O
,
I
>
optional
optional
(
)
:
Schema
<
undefined
|
O
,
I
>
Returns
Schema
<
undefined
|
O
,
I
>
or
or
<
T
>
(
other
)
:
Schema
<
O
|
T
,
I
>
Type Parameters
T
Parameters
other
:
Reader
<
T
,
I
,
Failure
>
Returns
Schema
<
O
|
T
,
I
>
read
read
(
input
)
:
Result
<
O
,
Failure
>
Parameters
input
:
I
Returns
Result
<
O
,
Failure
>
refine
refine
<
T
>
(
schema
)
:
Schema
<
T
,
I
>
Type Parameters
T
extends
unknown
Parameters
schema
:
Reader
<
O
&
T
,
O
,
Failure
>
Returns
Schema
<
T
,
I
>
Settings
Member Visibility
Protected
Private
Inherited
Theme
OS
Light
Dark
On This Page
and
array
brand
default
from
is
nullable
optional
or
read
refine
Documentation
@web3-storage/access
@web3-storage/capabilities
@web3-storage/upload-client
@web3-storage/filecoin-client
@web3-storage/w3up-client
Generated using
TypeDoc