/** * LogisticsType - 物流類型 * * 定義主要的物流類型。 */ export declare enum LogisticsType { /** 超商取貨 */ CVS = "CVS", /** 宅配 */ HOME = "Home" }