# Interfaces
The ResourceData interface represents a schema.ResourceData and defines some of its methods that are commonly used by the helper packages.
# Type aliases
MapData wraps a map satisfying the Data interface, so it can be used in the accessor methods defined below.