aboutsummaryrefslogtreecommitdiff
path: root/types/response.go
blob: d38051dc565065abb0ed76bb29847c5e94d041da (plain)
1
2
3
4
5
package types

type MessageResponse struct {
	Message string
}