import type { SocketChannelType } from '../interface/socket'; export interface OpenSessionInterface { sdkVersion: string; apiVersion: string; refUserId: string; channel: SocketChannelType[]; }