diff --git a/src/handler/mod.rs b/src/handler/mod.rs index 9236ee9..be4147b 100644 --- a/src/handler/mod.rs +++ b/src/handler/mod.rs @@ -452,6 +452,7 @@ where #[derive(Debug, Clone, Copy, Deserialize, Serialize, Parser)] #[cfg_attr(feature = "ts-rs", derive(ts_rs::TS))] #[cfg_attr(feature = "ts-rs", ts(type = "{}"))] +#[group(skip)] pub struct Empty {} pub trait OrEmpty { @@ -469,4 +470,5 @@ impl OrEmpty> for Empty { } #[derive(Debug, Clone, Copy, Deserialize, Serialize, Parser)] +#[group(skip)] pub enum Never {}