gui/electron/libs/types.ts
Neil 6ad452331b
flatten repo: remove pnpm workspace + merge workspaces (#688)
* remove unused components

* remove pnpm

* implementation of local dev pantry setup (#689)
2023-06-30 10:33:39 +08:00

1 line
75 B
TypeScript

export type MainWindowNotifier = (channel: string, data: unknown) => void;