Hi, Thanks for the amazing project, I'm building a project using Axum and Specta, I've created a request body with optional fields, However, Specta is converting id: Option<i32> to id: number | null, but I'm expecting id?: number. Could you please add support for configuring this behavior in export::ts_with_cfg()?
Or do you have a better idea?
Hi, Thanks for the amazing project, I'm building a project using Axum and Specta, I've created a request body with optional fields, However, Specta is converting
id: Option<i32>toid: number | null, but I'm expectingid?: number. Could you please add support for configuring this behavior inexport::ts_with_cfg()?Or do you have a better idea?