input
This commit is contained in:
parent
e593bc343e
commit
725753b7b3
8 changed files with 79 additions and 35 deletions
|
|
@ -6,6 +6,7 @@ import { ipcMain } from "electron";
|
|||
|
||||
interface RenderMessage {
|
||||
content: string;
|
||||
avatar: string;
|
||||
context: string;
|
||||
subContext: string;
|
||||
modifier: string;
|
||||
|
|
|
|||
Loading…
Reference in a new issue