Skip to content

Commit

Permalink
Fix missing TypeScriptDef
Browse files Browse the repository at this point in the history
  • Loading branch information
novacrazy committed Nov 17, 2024
1 parent 48022d0 commit 38706b4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/models/session.rs
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ use super::*;
#[derive(Debug, Clone, Serialize, Deserialize)]
#[cfg_attr(feature = "schema", derive(schemars::JsonSchema))]
#[cfg_attr(feature = "rkyv", derive(rkyv::Archive, rkyv::Serialize, rkyv::Deserialize))]
#[cfg_attr(feature = "ts", derive(ts_bindgen::TypeScriptDef))]
pub struct Session {
/// Auth token encoded as base-64
pub auth: AuthToken,
Expand Down

0 comments on commit 38706b4

Please sign in to comment.