Skip to content

Commit

Permalink
feat: examPost(#43)
Browse files Browse the repository at this point in the history
  • Loading branch information
sozohoy committed Mar 1, 2024
1 parent fbf3164 commit 061daac
Showing 1 changed file with 9 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -6,3 +6,12 @@
//

import Foundation

struct ExamPost: Identifiable {
let id: Int
let semester: String
let examType: String
let sourceOfExam: String
let difficulty: String
let content: String
}

0 comments on commit 061daac

Please sign in to comment.