interface ProductVisibilitySetParams {
    isHidden: boolean;
    productId: number;
}

Properties

Properties

isHidden: boolean
productId: number