mirror of
https://github.com/xtr-dev/rondevu-client.git
synced 2025-12-13 04:13:25 +00:00
Remove unused imports: Service and ServiceRequest
Cleanup: Remove Service and ServiceRequest types from imports - Not used anywhere in rondevu.ts - Reduces unnecessary dependencies - Verified: Build passes with no TypeScript errors
This commit is contained in:
@@ -1,4 +1,4 @@
|
|||||||
import { RondevuAPI, Keypair, Service, ServiceRequest, IceCandidate, BatcherOptions } from './api.js'
|
import { RondevuAPI, Keypair, IceCandidate, BatcherOptions } from './api.js'
|
||||||
import { CryptoAdapter } from './crypto-adapter.js'
|
import { CryptoAdapter } from './crypto-adapter.js'
|
||||||
|
|
||||||
// ICE server preset names
|
// ICE server preset names
|
||||||
|
|||||||
Reference in New Issue
Block a user