Files
opencode/pkg/tui/page/page.go
Dax Raad 99af6146d5 openapi
2025-05-26 12:40:17 -04:00

9 lines
127 B
Go

package page
type PageID string
// PageChangeMsg is used to change the current page
type PageChangeMsg struct {
ID PageID
}