mirror of
https://github.com/ivabus/gui
synced 2025-06-07 15:50:27 +03:00

* remove unused components * remove pnpm * implementation of local dev pantry setup (#689)
1 line
75 B
TypeScript
1 line
75 B
TypeScript
export type MainWindowNotifier = (channel: string, data: unknown) => void;
|