mirror of
https://github.com/InsanusMokrassar/PsychomatrixBase.git
synced 2024-11-24 11:08:53 +00:00
rewrite CeilDescription for more infomability
This commit is contained in:
parent
a749fcc6f7
commit
0c787f35d0
@ -1,3 +1,7 @@
|
||||
package com.github.insanusmokrassar.PsychomatrixBase.domain.entities
|
||||
|
||||
typealias CeilDescription = String
|
||||
data class CeilDescription(
|
||||
val title: String,
|
||||
val description: String,
|
||||
val characteristicDescription: String
|
||||
)
|
||||
|
Loading…
Reference in New Issue
Block a user