export namespace ProductDetail {
  export type Model = {
    sectionName: string;
    attributeName: string;
    attributeValue: string;
  };
}
