3 lines
121 B
TypeScript
3 lines
121 B
TypeScript
|
|
export { startChat } from './smartchat.startchat.js';
|
||
|
|
export type { IStartChatOptions } from './smartchat.startchat.js';
|