package portais

type DadosTemplate struct {
	Header  map[string]string
	Imoveis []ImovelTemplate
	Data    int64
}

type ImovelTemplate map[string]string
