business setter configurator things
This commit is contained in:
@@ -1,3 +1,12 @@
|
||||
package com.insanusmokrassar.postssystem.publishing.ktor
|
||||
|
||||
const val setTriggerRoute = "set_trigger"
|
||||
import dev.inmo.postssystem.core.content.ContentId
|
||||
import dev.inmo.postssystem.core.post.PostId
|
||||
import dev.inmo.postssystem.core.publishing.TriggerId
|
||||
import kotlinx.serialization.Serializable
|
||||
|
||||
const val triggersRootRoute = "triggers"
|
||||
const val setTriggerSubRoute = "set"
|
||||
|
||||
@Serializable
|
||||
data class TriggerSettingData(val postId: PostId, val triggerId: TriggerId)
|
||||
|
Reference in New Issue
Block a user