blob: c320a1f3918005aab56819be8beceb7e6c89f4fe [file] [log] [blame]
// Copyright (c) HashiCorp, Inc.
// SPDX-License-Identifier: MPL-2.0
package response
// Redirect causes the frontend to perform a window redirect.
type Redirect struct {
URL string `json:"url"`
}