Fixing GetPostsResponse serialization. (#3967)

add_ts_export_pagination_cursor
Dessalines 8 months ago committed by GitHub
parent 8c419103b2
commit 89b7c981f5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -82,6 +82,7 @@ pub struct GetPosts {
pub page_cursor: Option<PaginationCursor>,
}
#[skip_serializing_none]
#[derive(Serialize, Deserialize, Debug, Clone)]
#[cfg_attr(feature = "full", derive(TS))]
#[cfg_attr(feature = "full", ts(export))]

Loading…
Cancel
Save