mirror of
https://github.com/LemmyNet/lemmy.git
synced 2024-11-05 08:32:02 +00:00
Forgot to add ts export to pagination cursor. (#3971)
This commit is contained in:
parent
a866b3424d
commit
77b2d236b9
1 changed files with 1 additions and 0 deletions
|
@ -94,6 +94,7 @@ pub struct PostReportView {
|
|||
/// (api users love to make assumptions (e.g. parse stuff that looks like numbers as numbers) about apis that aren't part of the spec
|
||||
#[derive(Serialize, Deserialize, Debug, Clone)]
|
||||
#[cfg_attr(feature = "full", derive(ts_rs::TS))]
|
||||
#[cfg_attr(feature = "full", ts(export))]
|
||||
pub struct PaginationCursor(pub(crate) String);
|
||||
|
||||
#[skip_serializing_none]
|
||||
|
|
Loading…
Reference in a new issue