Skip

@Serializable
sealed interface Skip(source)

Whether this step should be skipped. You can specify a reason for using a string.

Inheritors

Types

Link copied to clipboard
@Serializable
value class BoolValue(val value: Boolean) : Skip
Link copied to clipboard
@Serializable
value class StringValue(val value: String) : Skip