package view import "github.com/a-h/templ" type ReportLine struct { Id string Url templ.SafeURL Total string CustomerName string From string To string Platform string PlatformFees string Fee string Profit string }