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

9 lines
132 B
TypeScript
Raw Normal View History

type IpcChannelFromMain
2017-04-16 02:27:06 +09:00
= 'mstdn:config'
;
type IpcChannelFromRenderer
= 'mstdn:next-account'
| 'mstdn:prev-account'
2017-04-16 02:27:06 +09:00
;