export interface GetBrandRequest { 'id'?: (string); } export interface GetBrandRequest__Output { 'id': (string); }