fix: ProductInspectionApi order_items에 누락된 속성 추가
- document_id, inspection_data 속성 추가 - 빌드 타입 에러 해결
This commit is contained in:
@@ -101,6 +101,8 @@ interface ProductInspectionApi {
|
||||
construction_width: number;
|
||||
construction_height: number;
|
||||
change_reason: string;
|
||||
document_id?: number | null;
|
||||
inspection_data?: Record<string, unknown>;
|
||||
}>;
|
||||
request_document_id: number | null;
|
||||
created_at: string;
|
||||
|
||||
Reference in New Issue
Block a user