export default class Manufacturer { id: string = '' name: string = '' slug: string = '' country: string = '' state: string = '' city: string = '' }