pixeldrain/model/
upload_file.rs

1#[derive(Debug, serde::Deserialize)]
2pub struct UploadFileResponse {
3    pub id: String,
4}