mirror of
https://github.com/rhysd/Mstdn.git
synced 2025-01-21 20:52:11 +01:00
9 lines
132 B
TypeScript
9 lines
132 B
TypeScript
type IpcChannelFromMain
|
|
= 'mstdn:config'
|
|
;
|
|
|
|
type IpcChannelFromRenderer
|
|
= 'mstdn:next-account'
|
|
| 'mstdn:prev-account'
|
|
;
|