We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 45345ae commit f48402eCopy full SHA for f48402e
1 file changed
index.ts
@@ -28,15 +28,6 @@ import { sanitizeSpeechText } from "./sanitizeSpeechText.js";
28
29
export type { AgentEvent, AgentEventEmitter } from "./agentEvents.js";
30
31
-export type {
32
- ChatSurfaceAdapter,
33
- ChatSurfaceCapabilities,
34
- ChatSurfaceEvent,
35
- ChatSurfaceEventSink,
36
- ChatSurfaceIncomingMessage,
37
- ChatSurfaceRequestContext,
38
-} from "adminforth";
39
-
40
type MulterFile = {
41
buffer: Buffer;
42
originalname: string;
0 commit comments