refactor: move Record model to data.records module
This commit is contained in:
@@ -1,10 +0,0 @@
|
||||
package fr.ajaury.gwenedeg.core.model
|
||||
|
||||
data class Record(
|
||||
val id: Int,
|
||||
val index: Int,
|
||||
val title: Phrase,
|
||||
val audioResourcePath: String,
|
||||
val subtitleResourcePath: String,
|
||||
val translationSubtitleResourcePath: String? = null,
|
||||
)
|
||||
Reference in New Issue
Block a user