불필요 타입 삭제

This commit is contained in:
focp212@naver.com
2025-11-07 15:23:48 +09:00
parent b5db56fd70
commit 0696c42e62

View File

@@ -580,12 +580,6 @@ export interface InfoSectionProps extends DetailResponse {
canDownloadReceipt?: boolean;
}
export interface DownloadExcelParams {
tid?: string
};
export interface DownloadExcelResponse {
};
export interface TransactionDownloadExcelParams extends AllTransactionListParams {
email: string;
};