Skip to content

Commit 947f293

Browse files
committed
refactor: 중복 타입 코드 제거 (#258)
1 parent 25593d8 commit 947f293

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

services/one-app/src/model/LostFound.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,6 @@ export interface LostFoundPostDetail extends LostFoundPost {
2222
externalSourceImageUrl: string;
2323
isFromLost112: boolean;
2424
images: PostImage[];
25-
lostType: LostType;
2625
recommendPosts: RecommendPost[];
2726
lostType: LostFoundType;
2827
}

0 commit comments

Comments
 (0)