@carsayo/types 1.1.891790 → 1.1.891792
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -509,6 +509,11 @@ export interface RepairReview {
|
|
|
509
509
|
content: string;
|
|
510
510
|
/** 리뷰 내 첨부 이미지 url */
|
|
511
511
|
images: string[];
|
|
512
|
+
/** 공업사가 작성한 답글 */
|
|
513
|
+
partnerReply: {
|
|
514
|
+
content: string;
|
|
515
|
+
created_at: Date;
|
|
516
|
+
} | null;
|
|
512
517
|
/** 리뷰 작성 일시 */
|
|
513
518
|
created_at: Date;
|
|
514
519
|
}
|