CCC Docs
GitHub
App
Docs
Playground
Preparing search index...
@ckb-ccc core
index
mol
DecodedRecordOptionalKeys
Type Alias DecodedRecordOptionalKeys<T>
DecodedRecordOptionalKeys
:
{
[
K
in
keyof
T
]
:
Extract
<
DecodedType
<
T
[
K
]
>
,
undefined
>
extends
never
?
never
:
K
}
[
keyof
T
]
Type Parameters
T
extends
Record
<
string
,
CodecLike
<
any
,
any
>
>
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
GitHub
App
Docs
Playground
CCC Docs
Loading...