Skip to content

Type Alias: CommandNotFoundErrorCode

Command not found error code.

Signature

ts
export type CommandNotFoundErrorCode = (typeof CommandNotFoundErrorKeys)[keyof typeof CommandNotFoundErrorKeys]

Released under the MIT License.