Skip to content

Commit

Permalink
add parameters at move file response
Browse files Browse the repository at this point in the history
  • Loading branch information
patricioxavier8 committed Nov 6, 2024
1 parent ef3e665 commit cb7eaa5
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion Sources/InternxtSwiftCore/Types/DriveTypes.swift
Original file line number Diff line number Diff line change
Expand Up @@ -395,7 +395,10 @@ public struct MoveFileResponse: Decodable {
public let moved: Bool
}

public struct MoveFileResponseNew: Decodable {}
public struct MoveFileResponseNew: Decodable {
public let type: String?
public let size: String
}


public struct DeleteFolderResponse: Decodable {}
Expand Down

0 comments on commit cb7eaa5

Please sign in to comment.