apitest wants them. Not sure why this wasn't global before.
Signed-off-by: Ian Jackson <ijackson@chiark.greenend.org.uk>
use crate::prelude::*;
-pub type MC = MgmtCommand;
-pub type MGI = MgmtGameInstruction;
-pub type MGR = MgmtGameResponse;
-pub type MR = MgmtResponse;
-
#[derive(Debug,Serialize,Deserialize)]
pub enum MgmtCommand {
Noop,
pub type AS = AccountScope;
// commands.rs
+pub type MC = MgmtCommand;
pub type ME = MgmtError;
+pub type MGI = MgmtGameInstruction;
+pub type MGR = MgmtGameResponse;
+pub type MR = MgmtResponse;
pub type PUM = ProgressUpdateMode;
// error.rs