ShellResponse.Initialized¶
Emitted by the provider when the terminal has been initialized
data class Initialized(
val type: String /* "initialize" */,
)
Properties
type: String /* "initialize" */ The type discriminator
String /* "initialize" */