Skip to content

Commit

Permalink
๐Ÿ“‘ :: SettingListResponse
Browse files Browse the repository at this point in the history
  • Loading branch information
lyutvs committed May 22, 2023
1 parent 449dbcc commit 144213a
Showing 1 changed file with 5 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
package io.github.v1servicenotification.setting.api.response

data class SettingListResponse(
val settings: List<SettingElement>
)

0 comments on commit 144213a

Please sign in to comment.