@yolo-croket-dev/amqp-access 0.7.76-sj → 0.7.76-sj1
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.
|
@@ -8,8 +8,5 @@ export declare class AmqpSplitInvoiceExcelService {
|
|
|
8
8
|
/**
|
|
9
9
|
* @description 분할 송장 일괄 등록 양식 엑셀 샘플 생성
|
|
10
10
|
*/
|
|
11
|
-
generateSplitInvoiceSampleExcel(param: AbstractParam): Promise<
|
|
12
|
-
message: string;
|
|
13
|
-
data: GenerateSplitInvoiceSampleExcelResult;
|
|
14
|
-
}>;
|
|
11
|
+
generateSplitInvoiceSampleExcel(param: AbstractParam): Promise<GenerateSplitInvoiceSampleExcelResult>;
|
|
15
12
|
}
|