# Functions
ToMapOfArrayOfStrings transforms a map with string keys into a map of array of strings.
# Structs
KeyValuePair represents a value associated with a key.
# Type aliases
ArrayOrString is a type used to unmarshal a field as an array of strings or as a single string from YAMLs.