package models

type BaseError struct {
	Message string `json:"msg"`
}