Files
k-tv/crates/application/src/library/commands.rs

4 lines
71 B
Rust

pub struct TriggerSyncCommand {
pub provider_id: Option<String>,
}