@carsayo/types 1.1.891999 → 1.1.892000
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.
|
@@ -161,7 +161,7 @@ export interface SellMyCarSettlementSearchDTO {
|
|
|
161
161
|
/** 정렬 키 목록 */
|
|
162
162
|
order: "asc" | "desc";
|
|
163
163
|
}
|
|
164
|
-
export interface
|
|
164
|
+
export interface ReqSellMyCarSettlementRequestExpenseProofDTO {
|
|
165
165
|
/** 지출증빙 요청 시 정보 */
|
|
166
166
|
request: {
|
|
167
167
|
tax_invoice: {
|