project: Move to ESM Modules
This commit is contained in:
+2
-2
@@ -11,8 +11,8 @@ export * from './Call'
|
||||
export * from './Signal'
|
||||
export * from './Newsletter'
|
||||
|
||||
import { AuthenticationState } from './Auth'
|
||||
import { SocketConfig } from './Socket'
|
||||
import type { AuthenticationState } from './Auth'
|
||||
import type { SocketConfig } from './Socket'
|
||||
|
||||
export type UserFacingSocketConfig = Partial<SocketConfig> & { auth: AuthenticationState }
|
||||
|
||||
|
||||
Reference in New Issue
Block a user