@karmaniverous/entity-tools
GitHub
Preparing search index...
entity-tools
EncodeDecodeMismatchError
Type Alias EncodeDecodeMismatchError<K, E, D>
type
EncodeDecodeMismatchError
<
K
extends
string
,
E
,
D
>
=
{
__error__
:
"EncodeDecodeMismatch"
;
decodeReturn
:
D
;
encodeParam
:
E
;
key
:
K
;
}
Type Parameters
K
extends
string
E
D
Index
Properties
__
error__
decode
Return
encode
Param
key
Properties
__
error__
__error__
:
"EncodeDecodeMismatch"
decode
Return
decodeReturn
:
D
encode
Param
encodeParam
:
E
key
key
:
K
Settings
Member Visibility
Protected
Theme
OS
Light
Dark
On This Page
Properties
__
error__
decode
Return
encode
Param
key
GitHub
@karmaniverous/entity-tools
Loading...