mirror of
https://github.com/ankitects/anki.git
synced 2025-09-21 23:42:23 -04:00
add optional result_callback arg to pycmd() definition
This commit is contained in:
parent
b870abd2d4
commit
a5db36e208
1 changed files with 1 additions and 1 deletions
2
qt/ts/src/types/global.d.ts
vendored
2
qt/ts/src/types/global.d.ts
vendored
|
@ -1 +1 @@
|
|||
declare function pycmd(cmd: string): any;
|
||||
declare function pycmd(cmd: string, result_callback?: (arg: any) => void): any;
|
||||
|
|
Loading…
Reference in a new issue