Github
Preparing search index...
The search index is not available
@web3-storage/w3up-client
@web3-storage/w3up-client
base
<internal>
Schema
Interface Schema<O, I>
Type Parameters
O
extends
unknown
=
unknown
I
extends
unknown
=
unknown
Hierarchy
Reader
<
O
,
I
>
Schema
DefaultSchema
ArraySchema
LiteralSchema
NumberSchema
StructSchema
StringSchema
Implemented by
"/home/runner/work/w3up-client/w3up-client/node_modules/@ucanto/validator/dist/src/schema"
.
API
Index
Methods
and
array
brand
default
from
is
nullable
optional
or
read
refine
Methods
and
and
<
T
>
(
other
:
Reader
<
T
,
I
,
Failure
>
)
:
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
?:
K
)
:
Schema
<
Branded
<
O
,
K
>
,
I
>
Type Parameters
K
extends
string
Parameters
Optional
kind:
K
Returns
Schema
<
Branded
<
O
,
K
>
,
I
>
default
default
(
value
:
Exclude
<
O
,
undefined
>
)
:
DefaultSchema
<
Exclude
<
O
,
undefined
>
,
I
>
Parameters
value:
Exclude
<
O
,
undefined
>
Returns
DefaultSchema
<
Exclude
<
O
,
undefined
>
,
I
>
from
from
(
value
:
I
)
:
O
Parameters
value:
I
Returns
O
is
is
(
value
:
unknown
)
:
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
:
Reader
<
T
,
I
,
Failure
>
)
:
Schema
<
O
|
T
,
I
>
Type Parameters
T
Parameters
other:
Reader
<
T
,
I
,
Failure
>
Returns
Schema
<
O
|
T
,
I
>
read
read
(
input
:
I
)
:
Result
<
O
,
Failure
>
Parameters
input:
I
Returns
Result
<
O
,
Failure
>
refine
refine
<
T
>
(
schema
:
Reader
<
O
&
T
,
O
,
Failure
>
)
:
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
External
Theme
OS
Light
Dark
Modules
@web3-
storage/w3up-
client
base
<internal>
"/home/runner/work/w3up-
client/w3up-
client/node_
modules/@ucanto/interface/dist/src/lib"
Transport
UCAN
"/home/runner/work/w3up-
client/w3up-
client/node_
modules/@ucanto/validator/dist/src/schema"
DID
Link
Text
URI
"/home/runner/work/w3up-
client/w3up-
client/node_
modules/@web3-
storage/access/dist/src/awake/messages"
"/home/runner/work/w3up-
client/w3up-
client/node_
modules/@web3-
storage/access/dist/src/types"
"/home/runner/work/w3up-
client/w3up-
client/node_
modules/multiformats/dist/types/src/hashes/interface"
"/home/runner/work/w3up-
client/w3up-
client/node_
modules/multiformats/dist/types/src/index"
bytes
digest
hasher
varint
capability/space
capability/store
capability/upload
<internal>
client
delegation
<internal>
index
service
space
types
<internal>
Schema
and
array
brand
default
from
is
nullable
optional
or
read
refine
Generated using
TypeDoc