@carsayo/types 1.1.891993 → 1.1.891994
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.
|
@@ -4,7 +4,7 @@ export interface SellMyCar_Admin_SaveFaq {
|
|
|
4
4
|
/** 내용 */
|
|
5
5
|
content: string;
|
|
6
6
|
/** FAQ 대상 */
|
|
7
|
-
target:
|
|
7
|
+
target: SellMyCarFaqTarget;
|
|
8
8
|
/** 타입 */
|
|
9
9
|
type: SellMyCarFaqType_Dealer | SellMyCarFaqType_Customer;
|
|
10
10
|
}
|
|
@@ -28,6 +28,7 @@ export interface SellMyCar_Admin_UpdateFaqIsImportant {
|
|
|
28
28
|
/** 중요여부 */
|
|
29
29
|
isImportant: boolean;
|
|
30
30
|
}
|
|
31
|
+
export type SellMyCarFaqTarget = "dealer" | "customer";
|
|
31
32
|
export declare const SellMyCarFaqType_Dealer: {
|
|
32
33
|
transaction: string;
|
|
33
34
|
settlement: string;
|