package api type GetVariableResponse struct { Name string `json:"name"` Value string `json:"value"` }