Skip to content

Commit

Permalink
Add premium field
Browse files Browse the repository at this point in the history
  • Loading branch information
ILIYANGERMANOV committed Dec 21, 2024
1 parent 9f6d64c commit 80ae765
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ data class Lesson(
val image: ImageUrl,
val content: LessonContent,
val completed: Boolean,
val premium: Boolean = false,
) : Identifiable<LessonId>

@Serializable
Expand Down

0 comments on commit 80ae765

Please sign in to comment.