feat: Add slashcommand api
This commit is contained in:
@@ -1,4 +1,8 @@
|
||||
import { contextBridge, ipcRenderer, webUtils } from 'electron';
|
||||
import {
|
||||
contextBridge,
|
||||
ipcRenderer,
|
||||
webUtils
|
||||
} from 'electron';
|
||||
import { Command, Query } from './cqrs/types';
|
||||
|
||||
const LINUX_SCREEN_SHARE_MONITOR_AUDIO_CHUNK_CHANNEL = 'linux-screen-share-monitor-audio-chunk';
|
||||
|
||||
Reference in New Issue
Block a user