Files
oh-my-opencode/dist/hooks/background-notification/index.d.ts
T

3 lines
124 B
TypeScript
Raw Normal View History

export { createBackgroundNotificationHook } from "./hook";
export type { BackgroundNotificationHookConfig } from "./types";