Skip to content

Commit f48402e

Browse files
committed
fix: remove unused ChatSurface types from index.ts
1 parent 45345ae commit f48402e

1 file changed

Lines changed: 0 additions & 9 deletions

File tree

index.ts

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -28,15 +28,6 @@ import { sanitizeSpeechText } from "./sanitizeSpeechText.js";
2828

2929
export type { AgentEvent, AgentEventEmitter } from "./agentEvents.js";
3030

31-
export type {
32-
ChatSurfaceAdapter,
33-
ChatSurfaceCapabilities,
34-
ChatSurfaceEvent,
35-
ChatSurfaceEventSink,
36-
ChatSurfaceIncomingMessage,
37-
ChatSurfaceRequestContext,
38-
} from "adminforth";
39-
4031
type MulterFile = {
4132
buffer: Buffer;
4233
originalname: string;

0 commit comments

Comments
 (0)