feat(permissions): expose PromptResponse (#26358)

follow-up for #26327
This commit is contained in:
Lucas Nogueira 2024-10-17 15:36:34 -03:00 committed by GitHub
parent 7c790da826
commit 40b4b9aaa3
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -35,13 +35,13 @@ use std::sync::Arc;
pub mod prompter;
use prompter::permission_prompt;
use prompter::PromptResponse;
use prompter::PERMISSION_EMOJI;
pub use prompter::set_prompt_callbacks;
pub use prompter::set_prompter;
pub use prompter::PermissionPrompter;
pub use prompter::PromptCallback;
pub use prompter::PromptResponse;
/// Fast exit from permission check routines if this permission
/// is in the "fully-granted" state.