LoadedCommand
LoadedCommand
Represents a loaded command with its metadata and configuration.
Signature
interface LoadedCommand {
command: Command;
metadata: CommandMetadata;
data: AppCommand;
}
Represents a loaded command with its metadata and configuration.
interface LoadedCommand {
command: Command;
metadata: CommandMetadata;
data: AppCommand;
}