mirror of
https://github.com/MODSetter/SurfSense.git
synced 2026-05-19 18:45:15 +02:00
6 lines
140 B
TypeScript
6 lines
140 B
TypeScript
|
|
export const IPC_CHANNELS = {
|
||
|
|
OPEN_EXTERNAL: 'open-external',
|
||
|
|
GET_APP_VERSION: 'get-app-version',
|
||
|
|
DEEP_LINK: 'deep-link',
|
||
|
|
} as const;
|