@carsayo/types 1.1.891797 → 1.1.891799
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.
|
@@ -128,7 +128,7 @@ export interface RepairHistory {
|
|
|
128
128
|
};
|
|
129
129
|
contents: {
|
|
130
130
|
title: string;
|
|
131
|
-
content:
|
|
131
|
+
content: string;
|
|
132
132
|
additionalInfo?: {
|
|
133
133
|
content: string;
|
|
134
134
|
color?: string;
|
|
@@ -512,6 +512,11 @@ export interface RepairProgress {
|
|
|
512
512
|
/** 정비 리뷰 내용 */
|
|
513
513
|
export interface RepairReview {
|
|
514
514
|
id: string;
|
|
515
|
+
/** 작성자 */
|
|
516
|
+
writer: {
|
|
517
|
+
id: string;
|
|
518
|
+
nickname: string;
|
|
519
|
+
};
|
|
515
520
|
/**
|
|
516
521
|
* @true 좋아요
|
|
517
522
|
* @false 별로에요
|