@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 ReqSellMyCarSettlementRequestExpenseProof {
164
+ export interface ReqSellMyCarSettlementRequestExpenseProofDTO {
165
165
  /** 지출증빙 요청 시 정보 */
166
166
  request: {
167
167
  tax_invoice: {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@carsayo/types",
3
- "version": "1.1.891999",
3
+ "version": "1.1.892000",
4
4
  "description": "Carsayo app type",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",