Package-level declarations

Types

Link copied to clipboard
@Serializable
data class MaestroCommandList(val maestroCommands: List<Command>)
Link copied to clipboard
@Serializable
data class TrailblazeToolYamlWrapper(val name: String, val trailblazeTool: TrailblazeTool)

This structure is used to wrap a TrailblazeTool in a YAML-friendly format using the toolName.

Link copied to clipboard
@Serializable
sealed interface TrailYamlItem

Represents the top level items in a trail yaml.