interface SeoTag {
    attrKey: string;
    attrValue: string;
    categoryId?: number;
    id: number;
    metaType: string;
    productCode?: string;
}

Properties

attrKey: string
attrValue: string
categoryId?: number
id: number
metaType: string
productCode?: string