불필요 타입 삭제
This commit is contained in:
@@ -580,12 +580,6 @@ export interface InfoSectionProps extends DetailResponse {
|
|||||||
canDownloadReceipt?: boolean;
|
canDownloadReceipt?: boolean;
|
||||||
}
|
}
|
||||||
|
|
||||||
export interface DownloadExcelParams {
|
|
||||||
tid?: string
|
|
||||||
};
|
|
||||||
export interface DownloadExcelResponse {
|
|
||||||
|
|
||||||
};
|
|
||||||
export interface TransactionDownloadExcelParams extends AllTransactionListParams {
|
export interface TransactionDownloadExcelParams extends AllTransactionListParams {
|
||||||
email: string;
|
email: string;
|
||||||
};
|
};
|
||||||
|
|||||||
Reference in New Issue
Block a user