// Generated Source import HomeCountry from "./HomeCountry"; interface Brand { /** * */ id?: string; /** * */ name?: string; /** * */ homeCountry?: HomeCountry; } export default Brand;