await goBackToMainProcess
in sticker-creator
This commit is contained in:
parent
be087c3498
commit
bc146a54af
5 changed files with 9 additions and 9 deletions
|
@ -585,7 +585,7 @@ export type ClientInterface = DataInterface & {
|
|||
// These are defined on the server-only and used in the client to determine
|
||||
// whether we should use IPC to use the database in the main process or
|
||||
// use the db already running in the renderer.
|
||||
goBackToMainProcess: () => void;
|
||||
goBackToMainProcess: () => Promise<void>;
|
||||
};
|
||||
|
||||
export type ClientJobType = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue