fix(WEB): ApiOrder options 타입에 manager_name 추가 (빌드 에러 수정)

This commit is contained in:
2026-02-20 10:57:15 +09:00
parent 5f956540e8
commit 30ca2afca8

View File

@@ -42,6 +42,7 @@ interface ApiOrder {
receiver_contact?: string;
shipping_address?: string;
shipping_address_detail?: string;
manager_name?: string;
} | null;
created_by: number | null;
updated_by: number | null;