export type RollupWithdrawDto = { reqType: any; senderId: string; tokenId: any; amount: string; nonce: string; eddsaSig: any; ecdsaSig?: string; feeAmount: string; feeTokenId: string; };