Skip to content

Commit

Permalink
fix: export SearchList
Browse files Browse the repository at this point in the history
  • Loading branch information
addacub authored and arlyon committed Feb 27, 2024
1 parent d26860f commit a427943
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,7 @@ pub use crate::client::*;
pub use crate::error::{ErrorCode, ErrorType, RequestError, StripeError, WebhookError};
pub use crate::ids::*;
pub use crate::params::{
Expandable, Headers, IdOrCreate, List, Metadata, Object, RangeBounds, RangeQuery, Timestamp,
Expandable, Headers, IdOrCreate, List, Metadata, Object, RangeBounds, RangeQuery, SearchList,
Timestamp,
};
pub use crate::resources::*;

0 comments on commit a427943

Please sign in to comment.