export interface Manufacturer { readonly id?: string; readonly name: string; readonly link: string; }