type
LivePreview
type LivePreview struct {
URL string `json:"url"`
Breakpoints []PreviewBreakpoint `json:"breakpoints,omitempty"`
}A serializable preview URL template and viewports.
URLstring- The URL value.
Breakpoints[]PreviewBreakpoint- The Breakpoints value.