smbcloud-model 0.3.35

Command line tool for deploying NextJS app on the smbCloud platform.
Documentation
1
2
3
4
5
6
7
8
9
10
11
use {
    serde::{Deserialize, Serialize},
    tsync::tsync,
};

#[derive(Debug, Serialize, Deserialize)]
#[tsync]
pub struct ResetPasswordResponse {
    pub code: Option<i32>,
    pub message: String,
}