Source

src/services/types/productQuestionSearch.js

/**
 * @typedef {Object} productQuestionSearch
 * @property {number} productId Ürün N11 ID si
 * @property {string} buyerEmail Müşteri e-posta adresi
 * @property {string} subject Sorunun konusu
 * @property {string} status Gelen soruların durumları CLOSED,OPEN
 * @property {string} questionDate Sorunun gelme tarihi
 */