package rpc
// ProjectsInterfaceParam describes the param projects interface structure
type ProjectsInterfaceParam struct {
abstractParams
Type string `json:"type" msgpack:"type"`
}