fixes in types generation

This commit is contained in:
2023-06-20 20:20:47 +06:00
parent 83fe621c56
commit c6785f1a4f
4 changed files with 19 additions and 8 deletions

View File

@@ -17,6 +17,7 @@ typealias ParentTypeId = TestId
sealed interface Test {
val property1: String
val property2: Int
@Serializable
val parent: ParentTypeId?
@GenerateCRUDModelExcludeOverride