Skip to content

Commit

Permalink
feature: 오브젝트 삭제구현을 위한 DTO 수정(#38)
Browse files Browse the repository at this point in the history
  • Loading branch information
eemdeeks committed Nov 21, 2024
1 parent d63e246 commit 19fa2e0
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,5 @@ import Foundation
public struct DataInformationDTO: Codable {
public let id: UUID
public let type: AirplaINDataType
public let isDelete: Bool
}

0 comments on commit 19fa2e0

Please sign in to comment.