package view import "github.com/a-h/templ" type ListBookingsViewModel struct { Id string Url templ.SafeURL From string To string Total string Name string Platform string Canceled bool }