0.0.1
This commit is contained in:
9
kb_app/src/splash.rs
Normal file
9
kb_app/src/splash.rs
Normal file
@@ -0,0 +1,9 @@
|
||||
// file: kb_app/src/splash.rs
|
||||
|
||||
#[derive(serde::Serialize, serde::Deserialize, Clone, Debug, ts_rs::TS)]
|
||||
#[ts(export, export_to = "../frontend/ts/bindings/SplashOrder.ts")]
|
||||
pub struct SplashOrder {
|
||||
pub order: String,
|
||||
pub msg: Option<String>,
|
||||
pub status: Option<String>,
|
||||
}
|
||||
Reference in New Issue
Block a user