new: extract Records feature module
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
package bzh.ajaury.chombev.core.model
|
||||
|
||||
data class Record(
|
||||
val id: Int,
|
||||
val index: Int,
|
||||
val emoji: String,
|
||||
val title: Phrase,
|
||||
val audioResourcePath: String,
|
||||
val subtitleResourcePath: String,
|
||||
val translationSubtitleResourcePath: String? = null,
|
||||
)
|
||||
Reference in New Issue
Block a user