ShellResponse.Data

API: Stable

Emitted by the provider when new data is available for the terminal

data class Data(
    val data: String,
    val type: String /* "data" */,
)
Properties
data: String
type: String /* "data" */ The type discriminator