export interface Property {
    name: string;
    type?: string;
}
