feat(list): export DEFAULT_MAX_RESULTS constant

- expose DEFAULT_MAX_RESULTS for external configuration
This commit is contained in:
Jeremiah Russell
2025-10-02 16:41:34 +01:00
committed by Jeremiah Russell
parent b4a782409f
commit e27f44c982

View File

@@ -11,4 +11,5 @@ pub(crate) mod utils;
pub use credential::Credential; pub use credential::Credential;
pub use error::Error; pub use error::Error;
pub use list::DEFAULT_MAX_RESULTS;
pub use list::List; pub use list::List;