1
0
mirror of https://github.com/rhysd/Mstdn.git synced 2025-03-09 14:29:15 +01:00

5 lines
68 B
TypeScript
Raw Normal View History

2017-04-16 02:27:06 +09:00
type IpcChannel
= 'mstdn:config'
2017-04-17 18:40:55 +09:00
| 'mstdn:change-account'
2017-04-16 02:27:06 +09:00
;