export interface PropertyTypeOption {
  value: string;
  label: string;
}
