1 2 3 4 5 6
#[derive(ts_rs::TS, serde::Serialize)] #[ts(export)] pub struct BuildEnd { #[ts(type = "'BuildEnd'")] pub action: &'static str, }