# Variables
No description provided by the author
# Structs
Command is a command to be executed by the CommandHandler.
CommandValidationError is the validation error returned by Command.Validate if the designated constraints aren't met.
No description provided by the author
TestCommandDataValidationError is the validation error returned by TestCommandData.Validate if the designated constraints aren't met.
# Type aliases
CommandMultiError is an error wrapping multiple validation errors returned by Command.ValidateAll() if the designated constraints aren't met.
TestCommandDataMultiError is an error wrapping multiple validation errors returned by TestCommandData.ValidateAll() if the designated constraints aren't met.