package addressparam import "git.gocasts.ir/ebhomengo/niki/entity" type GetAllProvincesRequest struct{} type GetAllProvincesResponse struct { Data []entity.Province `json:"data"` }