mirror of
https://github.com/InsanusMokrassar/PlaguPoster.git
synced 2026-07-06 09:34:51 +00:00
add posts
This commit is contained in:
10
posts/src/commonMain/kotlin/models/PostId.kt
Normal file
10
posts/src/commonMain/kotlin/models/PostId.kt
Normal file
@@ -0,0 +1,10 @@
|
||||
package dev.inmo.plaguposter.posts.models
|
||||
|
||||
import kotlinx.serialization.Serializable
|
||||
import kotlin.jvm.JvmInline
|
||||
|
||||
@Serializable
|
||||
@JvmInline
|
||||
value class PostId(
|
||||
val string: String
|
||||
)
|
||||
Reference in New Issue
Block a user