CommandObject
CommandObject
Represents the properties of a command, including its data and options.
Signature
interface CommandObject {
category: string | null;
data: CommandData;
filePath: string;
options: CommandOptions;
}
Represents the properties of a command, including its data and options.
interface CommandObject {
category: string | null;
data: CommandData;
filePath: string;
options: CommandOptions;
}