@carsayo/types 1.1.89148 → 1.1.89149
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.
|
@@ -265,6 +265,12 @@ export interface OrderReview {
|
|
|
265
265
|
file_3: FileInfo | null;
|
|
266
266
|
file_4: FileInfo | null;
|
|
267
267
|
file_5: FileInfo | null;
|
|
268
|
+
/** 작성자 정보 */
|
|
269
|
+
writer: {
|
|
270
|
+
id: string;
|
|
271
|
+
name: string;
|
|
272
|
+
imageUrl: string | null;
|
|
273
|
+
};
|
|
268
274
|
created_at: Date;
|
|
269
275
|
}
|
|
270
276
|
export interface DealerOrderSearch {
|