Gregory Schier
2025-07-10 13:49:53 -07:00
parent f63da432b9
commit a31f818424
12 changed files with 66 additions and 43 deletions

View File

@@ -216,6 +216,8 @@ pub struct FilterRequest {
#[ts(export, export_to = "gen_events.ts")]
pub struct FilterResponse {
pub content: String,
#[ts(optional)]
pub error: Option<String>,
}
#[derive(Debug, Clone, Default, Serialize, Deserialize, TS)]