PreparedAppCommandExecution
PreparedAppCommandExecution
Represents a prepared command execution with all necessary data and middleware.
Signature
interface PreparedAppCommandExecution {
    command: LoadedCommand;
    middlewares: LoadedMiddleware[];
    messageCommandParser?: MessageCommandParser;
}