Skip to content

Commit

Permalink
add languages
Browse files Browse the repository at this point in the history
Signed-off-by: tobiasKaminsky <tobias@kaminsky.me>
  • Loading branch information
tobiasKaminsky committed Jan 29, 2025
1 parent 327ddf4 commit 5fe34e4
Showing 1 changed file with 5 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,8 @@

package com.nextcloud.android.lib.resources.tos

data class Terms(val terms: List<Term>, val hasSigned: Boolean)
data class Terms(
val terms: List<Term>,
val hasSigned: Boolean,
val languages: Map<String, String>
)

0 comments on commit 5fe34e4

Please sign in to comment.