@anam-ai/js-sdk
Version:
Client side JavaScript SDK for Anam AI
13 lines • 560 B
TypeScript
export type { AnamClientOptions } from './AnamClientOptions';
export type * from './signalling';
export { SignalMessageAction } from './signalling';
export type * from './streaming';
export type * from './coreApi';
export type { PersonaConfig } from './PersonaConfig';
export type { InputAudioState } from './InputAudioState';
export type * from './messageHistory';
export { MessageRole } from './messageHistory';
export type * from './events';
export { AnamEvent } from './events';
export { InternalEvent } from './events';
//# sourceMappingURL=index.d.ts.map