File size: 182 Bytes
0f07ba7
 
 
 
 
 
 
1
2
3
4
5
6
7
8
package schema

// BackendResponse represents the response for backend operations
type BackendResponse struct {
	ID        string `json:"id"`
	StatusURL string `json:"status_url"`
}