export interface IProductSEO {
  description?: string;
  title?: string;
}

export default IProductSEO;
