import { TitleData } from '../../../component-library/header/interface/title-data'; export interface AddProductScreenData { header: TitleData; }