@yamlresume/core
Preparing search index...
ErrorMessageParams
Type Alias ErrorMessageParams
ErrorMessageParams
:
{
[
K
in
ErrorCodeType
]
:
{
[
P
in
keyof
typeof
ErrorType
[
K
]
as
P
extends
|
"message"
|
"code"
|
"errno"
?
never
:
P
]
:
string
}
}
Type for the error message parameters.
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
@yamlresume/core
Loading...
Type for the error message parameters.