mirror of
https://github.com/AutoMaker-Org/automaker.git
synced 2026-02-01 20:23:36 +00:00
Merge branch 'main' into feat/extend-models-support
This commit is contained in:
3
app/src/types/electron.d.ts
vendored
3
app/src/types/electron.d.ts
vendored
@@ -308,7 +308,8 @@ export interface ElectronAPI {
|
||||
saveImageToTemp: (
|
||||
data: string,
|
||||
filename: string,
|
||||
mimeType: string
|
||||
mimeType: string,
|
||||
projectPath?: string
|
||||
) => Promise<{
|
||||
success: boolean;
|
||||
path?: string;
|
||||
|
||||
Reference in New Issue
Block a user