This commit is contained in:
focp212@naver.com
2025-11-10 16:51:15 +09:00
parent 0290725c0b
commit 225dd81235
2 changed files with 236 additions and 1 deletions

View File

@@ -12,7 +12,7 @@ import moment from 'moment';
export interface CashReceiptSampleProps {
cashReceiptSampleOn: boolean;
setCashReceiptSampleOn: (taxInvoiceOn: boolean) => void;
setCashReceiptSampleOn: (cashReceiptSampleOn: boolean) => void;
merchantInfo?: MerchantInfo;
issueInfo?: IssueInfo;
amountInfo?: AmountInfo;