initial skeleton
This commit is contained in:
parent
dc79fa2448
commit
71f89dde9c
60 changed files with 3480 additions and 0 deletions
4
crates/aim-core/src/app/interaction.rs
Normal file
4
crates/aim-core/src/app/interaction.rs
Normal file
|
|
@ -0,0 +1,4 @@
|
|||
#[derive(Debug, Eq, PartialEq)]
|
||||
pub enum InteractionRequest {
|
||||
SelectRegisteredApp { query: String, matches: Vec<String> },
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue