import { Mask } from "./mask"; import { Option } from "./option"; export class ObjectAddress { type: string = ""; classCol: string = ""; label: string = ""; placeholder:string = ""; messageError:string = ""; controlForm: any; optionsSelect?: Array