blob: d5eb49ba66564f439b104520d11505e07fe6cfac [file]
package response
// Redirect causes the frontend to perform a window redirect.
type Redirect struct {
URL string `json:"url"`
}