We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 25593d8 commit 947f293Copy full SHA for 947f293
services/one-app/src/model/LostFound.ts
@@ -22,7 +22,6 @@ export interface LostFoundPostDetail extends LostFoundPost {
22
externalSourceImageUrl: string;
23
isFromLost112: boolean;
24
images: PostImage[];
25
- lostType: LostType;
26
recommendPosts: RecommendPost[];
27
lostType: LostFoundType;
28
}
0 commit comments