This commit is contained in:
Andrew Gundersen 2021-02-26 15:37:02 -06:00
commit 725753b7b3
8 changed files with 79 additions and 35 deletions

View file

@ -6,6 +6,7 @@ import { ipcMain } from "electron";
interface RenderMessage {
content: string;
avatar: string;
context: string;
subContext: string;
modifier: string;