package command

type ImportUserCommand struct {
	AddUsers  []SaveUserCommand `json:"add"`
	EditUsers []SaveUserCommand `json:"edit"`
}