1
0
mirror of https://github.com/rhysd/Mstdn.git synced 2025-01-21 20:52:11 +01:00
Mstdn/typings/ipc.d.ts

9 lines
132 B
TypeScript

type IpcChannelFromMain
= 'mstdn:config'
;
type IpcChannelFromRenderer
= 'mstdn:next-account'
| 'mstdn:prev-account'
;