Skip to content

Type Alias: CommandResolutionErrorCode ​

Command resolution error code.

Signature ​

ts
export type CommandResolutionErrorCode = (typeof CommandResolutionErrorKeys)[keyof typeof CommandResolutionErrorKeys]

Released under the MIT License.