summaryrefslogtreecommitdiffhomepage
path: root/internal/tui/state/state.go
blob: 83745d6f72c4bbdaa6e809f822221b872464c569 (plain)
1
2
3
4
5
6
7
package state

import "github.com/sst/opencode/internal/session"

type SessionSelectedMsg = *session.Session
type SessionClearedMsg struct{}
type CompactSessionMsg struct{}