6 lines
94 B
Go
6 lines
94 B
Go
package responses
|
|
|
|
type CreateComponentStatusHistoryResponse struct {
|
|
ID int64 `json:"id"`
|
|
}
|