# Structs

Array represents an array of a single type.
Bool represents a boolean value.
Float represents a float value.
Int represents an integer value.
Map represents a map from string to ValueType.
Object represents an object with known property types.
String represents a string value.
StringEnum represents an enum of strings.
UserstoreResourceID represents a "userstore.ResourceID" struct.
UUID represents a UUID string.

# Interfaces

APIType represents a type for use with the UserClouds API.