@carsayo/types 1.1.891988 → 1.1.891990
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.
|
@@ -35,8 +35,9 @@ export interface UsedCarDealerGrade {
|
|
|
35
35
|
average_rating: number;
|
|
36
36
|
}
|
|
37
37
|
export declare const DealerGrade: {
|
|
38
|
+
/** 트러스트가 아닌 딜러 (기본 등급) */
|
|
38
39
|
basic: string;
|
|
39
|
-
|
|
40
|
+
/** 월간 고객 후기 3건 이상, 평점 4점 이상 */
|
|
40
41
|
trust: string;
|
|
41
42
|
};
|
|
42
43
|
export type DealerGrade = keyof typeof DealerGrade;
|