chore: init
This commit is contained in:
7
src/models.rs
Normal file
7
src/models.rs
Normal file
@ -0,0 +1,7 @@
|
||||
use serde::{Deserialize, Serialize};
|
||||
|
||||
#[derive(Debug, Clone, Default, Deserialize, Serialize)]
|
||||
#[serde(rename_all = "camelCase")]
|
||||
pub struct DuckResponse {
|
||||
pub success: bool,
|
||||
}
|
Reference in New Issue
Block a user