wa-profile-api/internal/dto/error.go
2023-10-13 14:37:41 +03:00

5 lines
67 B
Go

package dto
type APIError struct {
Error string `json:"error"`
}