Preparing search index...
The search index is not available
@coinbase/coinbase-sdk
@coinbase/coinbase-sdk
types/utils
Mutable
Type alias Mutable<type>
Mutable
<
type
>
:
{
-
readonly
[
key
in
keyof
type
]
:
type
[
key
]
}
Removes
readonly
from all properties of an object.
Type Parameters
type
extends
object
Settings
Member Visibility
Protected
Private
Inherited
External
Theme
OS
Light
Dark
@coinbase/coinbase-sdk
Loading...
Removes
readonly
from all properties of an object.