Fixing GetPostsResponse serialization. (#3967)

add_ts_export_pagination_cursor
Dessalines 2023-09-20 05:49:26 -04:00 committed by GitHub
parent 8c419103b2
commit 89b7c981f5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -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))]