diff options
Diffstat (limited to 'src/api/index.ts')
| -rw-r--r-- | src/api/index.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/api/index.ts b/src/api/index.ts index df52fee..226f29f 100644 --- a/src/api/index.ts +++ b/src/api/index.ts @@ -28,7 +28,7 @@ export const getPathDefaults = callable< >("get_path_defaults"); export const runManualPatch = callable< - [string], + [string, string], { status: string; message?: string; output?: string } >("manual_patch_directory"); |
