Skip to content

CommandInternal interface

Home > streplts > CommandInternal

Canonical model format maintained within internal registration map storage definitions.

Signature:

export interface CommandInternal

Property

Modifiers

Type

Description

aliases

string[]

args

ArgDefinition[]

commands

any | null

description

string

name

string

options

OptionDefinition[]

run

((args: string[], context: any, globals: any, options: Record<string, any>) => void | Promise<void>) | null