Preparing search index...
The search index is not available
@axelarjs/proto
@axelarjs/proto
axelar/nexus/v1beta1/types
Exact
Type alias Exact<P, I>
Exact
<
P
,
I
>
:
P
extends
Builtin
?
P
:
P
&
{
[
K
in
keyof
P
]
:
Exact
<
P
[
K
]
,
I
[
K
]
>
}
&
{
[
K
in
Exclude
<
keyof
I
,
KeysOfUnion
<
P
>
>
]
:
never
}
Type Parameters
P
I
extends
P
Settings
Member Visibility
Protected
Private
Inherited
External
Theme
OS
Light
Dark
@axelarjs/proto
Loading...
Generated using
TypeDoc