Layout Styles Update

This commit is contained in:
2026-04-05 00:00:12 -04:00
parent 246f7357a9
commit 29a006ee87
11 changed files with 155 additions and 119 deletions
-6
View File
@@ -83,9 +83,3 @@ pub struct UpdateDocumentRequest {
pub title: Option<String>,
pub folder_id: Option<String>,
}
#[derive(Debug, Serialize, Deserialize)]
pub struct UpdateFileRequest {
pub name: Option<String>,
pub folder_id: Option<String>,
}