Skip to content

Commit

Permalink
add languages
Browse files Browse the repository at this point in the history
Signed-off-by: tobiasKaminsky <[email protected]>
  • Loading branch information
tobiasKaminsky committed Dec 17, 2024
1 parent 0fa5204 commit e8d3431
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 e8d3431

Please sign in to comment.