Files
oh-my-opencode/dist/features/tmux-subagent/event-handlers.d.ts
T
2026-03-14 04:56:50 +00:00

7 lines
421 B
TypeScript

export { coerceSessionCreatedEvent } from "./session-created-event";
export type { SessionCreatedEvent } from "./session-created-event";
export { handleSessionCreated } from "./session-created-handler";
export type { SessionCreatedHandlerDeps } from "./session-created-handler";
export { handleSessionDeleted } from "./session-deleted-handler";
export type { SessionDeletedHandlerDeps } from "./session-deleted-handler";