mirror of
https://github.com/ElementsProject/lightning.git
synced 2025-03-10 09:12:16 +01:00
5 lines
104 B
Rust
5 lines
104 B
Rust
|
use serde::{Deserialize, Serialize};
|
||
|
|
||
|
#[derive(Debug, Deserialize, Serialize)]
|
||
|
pub enum Notification {}
|