@openim/client-sdk
Version:
JavaScript/TypeScript Client SDK for OpenIM
10 lines (9 loc) • 399 B
TypeScript
import { getSDK, type ApiService } from './core';
import { CbEvents } from './constant/callback';
import { RequestApi } from './constant/api';
import { ErrorCode } from './types/enum';
export * from './types/enum';
export * from './types/entity';
export * from './types/params';
export type { CallbackEvent } from './types/eventData';
export { getSDK, ApiService, CbEvents, ErrorCode, RequestApi };