use ;
use command;
/// Type alias to easier identify [State] via [command] macro
pub type TauriState<'r, T> = ;
/// Type alias to easier identify [Window] via [command] macro
pub type TauriWindow = Window;
/// Type alias to easier identify [AppHandle] via [command] macro
pub type TauriAppHandle = AppHandle;