export interface DeleteWalletRequest { /** * ID of the wallet. String starting with **ewallet_** */ wallet: `ewallet_${string}`; } //# sourceMappingURL=DeleteWalletRequest.d.ts.map