package command

type StopTaskCommand struct {
	TaskId    int `json:"taskId,string"`
	CompanyId int `json:"-"`
}