INTERFACE
A property is a name-value pair. This is the base interface for properties.
1interface Property {23name: String! 45}