export type IkasCustomerReviewForm = { comment?: string; productId: string; star: number; title?: string; };