waveterm/pkg/waveobj/blockrtinfo.go

12 lines
358 B
Go
Raw Normal View History

// Copyright 2025, Command Line Inc.
// SPDX-License-Identifier: Apache-2.0
package waveobj
type ObjRTInfo struct {
TsunamiTitle string `json:"tsunami:title,omitempty"`
TsunamiShortDesc string `json:"tsunami:shortdesc,omitempty"`
TsunamiSchemas any `json:"tsunami:schemas,omitempty"`
CmdHasCurCwd bool `json:"cmd:hascurcwd,omitempty"`
}