export class PropertiesResponse { properties: Array; } class Property { name: string }